#1AFBC8

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

Shades of Bright Turquoise #1AFBC8

Tints of Bright Turquoise #1AFBC8

Color information

#1AFBC8 (or 0x1AFBC8) is unknown color: approx Bright Turquoise. HEX triplet: 1A, FB and C8. RGB value is (26,251,200). Sum of RGB (Red+Green+Blue) = 26+251+200=477 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.45% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBC8 is #E50437. Grayscale: #B1B1B1. Windows color (decimal): -15008824 or 13171482. OLE color: 13171482.

HSL color Cylindrical-coordinate representation of color #1AFBC8: hue angle of 166.4º 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 #1AFBC8 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB26251200-
CMYK0.9000.200.02
HSL166.4º96.57%54.31%-
HSV(B)166.4º89.64%98.43%-
XYZ45.3573.3866.42-
YUV177.91140.4619.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.45%
GREEN value IS 251 (98.44% from 255) = 52.62%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=5.45%
G=52.62%
B=41.93%

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
Decimal262512000.9000.200.02166.496.5754.31
Hex1AFBC85A0142a66136
Octal32373310132024224614166
Binary110101111101111001000101101001010010101001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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