Html Css Color HEX #9DF0EE Pale Turquoise

📋 copy color: '#9DF0EE'

red 157 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #9DF0EE

Tints of Pale Turquoise #9DF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.8%

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 24.72%
G = 37.8%
B = 37.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#9DF0EE (or 0x9DF0EE) is known color: Pale Turquoise. HEX triplet: 9D, F0 and EE. RGB value is (157,240,238). Sum of RGB (Red+Green+Blue) = 157+240+238=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0EE is #620F11. Grayscale: #D6D6D6. Windows color (decimal): -6426386 or 15659165. OLE color: 15659165.

HSL color Cylindrical-coordinate representation of color #9DF0EE: hue angle of 178.55º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0EE is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 238 -
CMYK 0.35 0 0.01 0.06
HSL 178.55º 0.73% 0.78% -
HSV(B) 178.55º 0.35% 0.94% -
XYZ 60.5 75.66 92.3 -
YUV 214.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 157 240 238 0.35 0 0.01 0.06 178.55 0.73 0.78
Hex 9D F0 EE 23 0 1 6 B3 49 4E
Octal 235 360 356 43 0 1 6 263 111 116
Binary 10011101 11110000 11101110 100011 0 1 110 10110011 1001001 1001110

Color Harmonies of #9DF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF0EE

Black with #9DF0EE

Text Example


Text Example

White with #9DF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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