Html Css Color HEX #9DEEEB Pale Turquoise

📋 copy color: '#9DEEEB'

red 157 ◦ green 238 ◦ blue 235

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

Shades of Pale Turquoise #9DEEEB

Tints of Pale Turquoise #9DEEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 24.92%
G = 37.78%
B = 37.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#9DEEEB (or 0x9DEEEB) is known color: Pale Turquoise. HEX triplet: 9D, EE and EB. RGB value is (157,238,235). Sum of RGB (Red+Green+Blue) = 157+238+235=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEB is #621114. Grayscale: #D5D5D5. Windows color (decimal): -6426901 or 15462045. OLE color: 15462045.

HSL color Cylindrical-coordinate representation of color #9DEEEB: hue angle of 177.78º 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 #9DEEEB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 235 -
CMYK 0.34 0 0.01 0.07
HSL 177.78º 0.7% 0.77% -
HSV(B) 177.78º 0.34% 0.93% -
XYZ 59.47 74.32 89.81 -
YUV 213.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 157 238 235 0.34 0 0.01 0.07 177.78 0.7 0.77
Hex 9D EE EB 22 0 1 7 B2 46 4D
Octal 235 356 353 42 0 1 7 262 106 115
Binary 10011101 11101110 11101011 100010 0 1 111 10110010 1000110 1001101

Color Harmonies of #9DEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEEB

Black with #9DEEEB

Text Example


Text Example

White with #9DEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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