#9AFBE6

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

Shades of Pale Turquoise #9AFBE6

Tints of Pale Turquoise #9AFBE6

Color information

#9AFBE6 (or 0x9AFBE6) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and E6. RGB value is (154,251,230). Sum of RGB (Red+Green+Blue) = 154+251+230=635 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.25% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBE6 is #650419. Grayscale: #DBDBDB. Windows color (decimal): -6620186 or 15137690. OLE color: 15137690.

HSL color Cylindrical-coordinate representation of color #9AFBE6: hue angle of 167.01º 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 #9AFBE6 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB154251230-
CMYK0.3900.080.02
HSL167.01º92.38%79.41%-
HSV(B)167.01º38.65%98.43%-
XYZ62.1181.5887.34-
YUV219.6133.8681.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.25%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=24.25%
G=39.53%
B=36.22%

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
Decimal1542512300.3900.080.02167.0192.3879.41
Hex9AFBE627082a75c4f
Octal232373346470102247134117
Binary10011010111110111110011010011101000101010011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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