#1AF5F0

Color #1AF5F0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1AF5F0

Tints of Bright Turquoise #1AF5F0

Color information

#1AF5F0 (or 0x1AF5F0) is unknown color: approx Bright Turquoise. HEX triplet: 1A, F5 and F0. RGB value is (26,245,240). Sum of RGB (Red+Green+Blue) = 26+245+240=511 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.09% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF5F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF5F0 is #E50A0F. Grayscale: #B2B2B2. Windows color (decimal): -15010320 or 15791386. OLE color: 15791386.

HSL color Cylindrical-coordinate representation of color #1AF5F0: hue angle of 178.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF5F0 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB26245240-
CMYK0.8900.020.04
HSL178.63º91.63%53.14%-
HSV(B)178.63º89.39%96.08%-
XYZ48.8171.8293.73-
YUV178.95162.4518.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 5.09%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=5.09%
G=47.95%
B=46.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal262452400.8900.020.04178.6391.6353.14
Hex1AF5F059024b35c35
Octal3236536013102426313465
Binary1101011110101111100001011001010100101100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AF5F0; }

 p { color: rgb(26,245,240); }

 H1.HeaderClassName
 {
   color: #1AF5F0;
 }
 .AnyTagClassName
 {
   color: #1AF5F0;
 }
</style>
background-color css

<style>
 a { background-color: #1AF5F0; }

 a { background-color: rgb(26,245,240); }

 div.DivClassName
 {
   background-color: #1AF5F0;
 }
 .BgClassName
 {
   background-color: #1AF5F0;
 }
</style>
border-color css

<style>
 span { border-color: #1AF5F0; }

 span { border-color: rgb(26,245,240); }

 td.TdClassName
 {
   border-color: #1AF5F0;
 }
 .TagClassName
 {
   border-color: #1AF5F0;
 }
</style>