#9DFEEB

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

Shades of Pale Turquoise #9DFEEB

Tints of Pale Turquoise #9DFEEB

Color information

#9DFEEB (or 0x9DFEEB) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FE and EB. RGB value is (157,254,235). Sum of RGB (Red+Green+Blue) = 157+254+235=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEEB is #620114. Grayscale: #DEDEDE. Windows color (decimal): -6422805 or 15466141. OLE color: 15466141.

HSL color Cylindrical-coordinate representation of color #9DFEEB: hue angle of 168.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEEB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB157254235-
CMYK0.3800.070.00
HSL168.25º97.98%80.59%-
HSV(B)168.25º38.19%99.61%-
XYZ64.3484.0591.43-
YUV222.83134.8681.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=24.30%
G=39.32%
B=36.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542350.3800.070.00168.2597.9880.59
Hex9DFEEB26070a86251
Octal23537635346070250142121
Binary100111011111111011101011100110011101010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,254,235); }

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

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

 a { background-color: rgb(157,254,235); }

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

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

 span { border-color: rgb(157,254,235); }

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