#1AFBC9

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

Shades of Bright Turquoise #1AFBC9

Tints of Bright Turquoise #1AFBC9

Color information

#1AFBC9 (or 0x1AFBC9) is unknown color: approx Bright Turquoise. HEX triplet: 1A, FB and C9. RGB value is (26,251,201). Sum of RGB (Red+Green+Blue) = 26+251+201=478 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.44% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBC9 is #E50436. Grayscale: #B2B2B2. Windows color (decimal): -15008823 or 13237018. OLE color: 13237018.

HSL color Cylindrical-coordinate representation of color #1AFBC9: hue angle of 166.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFBC9 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB26251201-
CMYK0.9000.200.02
HSL166.67º96.57%54.31%-
HSV(B)166.67º89.64%98.43%-
XYZ45.4773.4367.04-
YUV178.02140.9619.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.44%
GREEN value IS 251 (98.44% from 255) = 52.51%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=5.44%
G=52.51%
B=42.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal262512010.9000.200.02166.6796.5754.31
Hex1AFBC95A0142a76136
Octal32373311132024224714166
Binary110101111101111001001101101001010010101001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,251,201); }

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

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

 a { background-color: rgb(26,251,201); }

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

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

 span { border-color: rgb(26,251,201); }

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