#9AFBEE

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

Shades of Pale Turquoise #9AFBEE

Tints of Pale Turquoise #9AFBEE

Color information

#9AFBEE (or 0x9AFBEE) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and EE. RGB value is (154,251,238). Sum of RGB (Red+Green+Blue) = 154+251+238=643 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.95% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBEE is #650411. Grayscale: #DCDCDC. Windows color (decimal): -6620178 or 15661978. OLE color: 15661978.

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

Color convert

RGB154251238-
CMYK0.3900.050.02
HSL171.96º92.38%79.41%-
HSV(B)171.96º38.65%98.43%-
XYZ63.2682.0493.39-
YUV220.52137.8680.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.95%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=23.95%
G=39.04%
B=37.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512380.3900.050.02171.9692.3879.41
Hex9AFBEE27052ac5c4f
Octal23237335647052254134117
Binary1001101011111011111011101001110101101010110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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