#9DFBEF

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

Shades of Pale Turquoise #9DFBEF

Tints of Pale Turquoise #9DFBEF

Color information

#9DFBEF (or 0x9DFBEF) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FB and EF. RGB value is (157,251,239). Sum of RGB (Red+Green+Blue) = 157+251+239=647 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.27% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFBEF is #620410. Grayscale: #DDDDDD. Windows color (decimal): -6423569 or 15727517. OLE color: 15727517.

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

Color convert

RGB157251239-
CMYK0.3700.050.02
HSL172.34º92.16%80%-
HSV(B)172.34º37.45%98.43%-
XYZ63.9882.3994.19-
YUV221.53137.8681.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.27%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=24.27%
G=38.79%
B=36.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572512390.3700.050.02172.3492.1680
Hex9DFBEF25052ac5c50
Octal23537335745052254134120
Binary1001110111111011111011111001010101101010110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,251,239); }

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

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

 a { background-color: rgb(157,251,239); }

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

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

 span { border-color: rgb(157,251,239); }

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