Html Css Color HEX #9DEEE8 Pale Turquoise

📋 copy color: '#9DEEE8'

red 157 ◦ green 238 ◦ blue 232

#9DEEE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #9DEEE8

Tints of Pale Turquoise #9DEEE8

RGB

 RED value IS 157 (61.72% from 255) = 25.04%

 GREEN value IS 238 (93.36% from 255) = 37.96%

 BLUE value IS 232 (91.02% from 255) = 37%

R = 25.04%
G = 37.96%
B = 37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#9DEEE8 (or 0x9DEEE8) is known color: Pale Turquoise. HEX triplet: 9D, EE and E8. RGB value is (157,238,232). Sum of RGB (Red+Green+Blue) = 157+238+232=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEE8 is #621117. Grayscale: #D5D5D5. Windows color (decimal): -6426904 or 15265437. OLE color: 15265437.

HSL color Cylindrical-coordinate representation of color #9DEEE8: hue angle of 175.56º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEE8 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 232 -
CMYK 0.34 0 0.03 0.07
HSL 175.56º 0.7% 0.77% -
HSV(B) 175.56º 0.34% 0.93% -
XYZ 59.04 74.14 87.54 -
YUV 213.1 138.66 87.99 -
System Red Green Blue C M Y K H S L
Decimal 157 238 232 0.34 0 0.03 0.07 175.56 0.7 0.77
Hex 9D EE E8 22 0 3 7 B0 46 4D
Octal 235 356 350 42 0 3 7 260 106 115
Binary 10011101 11101110 11101000 100010 0 11 111 10110000 1000110 1001101

Color Harmonies of #9DEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEE8

Black with #9DEEE8

Text Example


Text Example

White with #9DEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,232); }

 H1.HeaderClassName
 {
   color: #9DEEE8;
 }
 .AnyTagClassName
 {
   color: #9DEEE8;
 }
</style>

background-color css

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

 a { background-color: rgb(157,238,232); }

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

border-color css

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

 span { border-color: rgb(157,238,232); }

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