#9AFBE8

Color #9AFBE8 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9AFBE8

Tints of Pale Turquoise #9AFBE8

Color information

#9AFBE8 (or 0x9AFBE8) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and E8. RGB value is (154,251,232). Sum of RGB (Red+Green+Blue) = 154+251+232=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBE8 is #650417. Grayscale: #DBDBDB. Windows color (decimal): -6620184 or 15268762. OLE color: 15268762.

HSL color Cylindrical-coordinate representation of color #9AFBE8: hue angle of 168.25º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBE8 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB154251232-
CMYK0.3900.080.02
HSL168.25º92.38%79.41%-
HSV(B)168.25º38.65%98.43%-
XYZ62.3981.6988.82-
YUV219.83134.8681.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.18%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=24.18%
G=39.40%
B=36.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512320.3900.080.02168.2592.3879.41
Hex9AFBE827082a85c4f
Octal232373350470102250134117
Binary10011010111110111110100010011101000101010100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFBE8; }

 p { color: rgb(154,251,232); }

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

<style>
 a { background-color: #9AFBE8; }

 a { background-color: rgb(154,251,232); }

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

<style>
 span { border-color: #9AFBE8; }

 span { border-color: rgb(154,251,232); }

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