Html Css Color HEX #9DEFEC Pale Turquoise

📋 copy color: '#9DEFEC'

red 157 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #9DEFEC

Tints of Pale Turquoise #9DEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.82%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 24.84%
G = 37.82%
B = 37.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#9DEFEC (or 0x9DEFEC) is known color: Pale Turquoise. HEX triplet: 9D, EF and EC. RGB value is (157,239,236). Sum of RGB (Red+Green+Blue) = 157+239+236=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFEC is #621013. Grayscale: #D6D6D6. Windows color (decimal): -6426644 or 15527837. OLE color: 15527837.

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

Color convert

RGB 157 239 236 -
CMYK 0.34 0 0.01 0.06
HSL 177.8º 0.72% 0.78% -
HSV(B) 177.8º 0.34% 0.94% -
XYZ 59.91 74.96 90.67 -
YUV 214.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 157 239 236 0.34 0 0.01 0.06 177.8 0.72 0.78
Hex 9D EF EC 22 0 1 6 B2 48 4E
Octal 235 357 354 42 0 1 6 262 110 116
Binary 10011101 11101111 11101100 100010 0 1 110 10110010 1001000 1001110

Color Harmonies of #9DEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFEC

Black with #9DEFEC

Text Example


Text Example

White with #9DEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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