#9AFBED

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

Shades of Pale Turquoise #9AFBED

Tints of Pale Turquoise #9AFBED

Color information

#9AFBED (or 0x9AFBED) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and ED. RGB value is (154,251,237). Sum of RGB (Red+Green+Blue) = 154+251+237=642 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.99% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBED is #650412. Grayscale: #DCDCDC. Windows color (decimal): -6620179 or 15596442. OLE color: 15596442.

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

Color convert

RGB154251237-
CMYK0.3900.060.02
HSL171.34º92.38%79.41%-
HSV(B)171.34º38.65%98.43%-
XYZ63.1181.9892.62-
YUV220.4137.3680.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.99%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=23.99%
G=39.10%
B=36.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512370.3900.060.02171.3492.3879.41
Hex9AFBED27062ab5c4f
Octal23237335547062253134117
Binary1001101011111011111011011001110110101010101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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