Html Css Color HEX #9DEFED Pale Turquoise

📋 copy color: '#9DEFED'

red 157 ◦ green 239 ◦ blue 237

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

Shades of Pale Turquoise #9DEFED

Tints of Pale Turquoise #9DEFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 24.8%
G = 37.76%
B = 37.44%

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

#9DEFED (or 0x9DEFED) is known color: Pale Turquoise. HEX triplet: 9D, EF and ED. RGB value is (157,239,237). Sum of RGB (Red+Green+Blue) = 157+239+237=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFED is #621012. Grayscale: #D6D6D6. Windows color (decimal): -6426643 or 15593373. OLE color: 15593373.

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

Color convert

RGB 157 239 237 -
CMYK 0.34 0 0.01 0.06
HSL 178.54º 0.72% 0.78% -
HSV(B) 178.54º 0.34% 0.94% -
XYZ 60.06 75.02 91.43 -
YUV 214.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 157 239 237 0.34 0 0.01 0.06 178.54 0.72 0.78
Hex 9D EF ED 22 0 1 6 B3 48 4E
Octal 235 357 355 42 0 1 6 263 110 116
Binary 10011101 11101111 11101101 100010 0 1 110 10110011 1001000 1001110

Color Harmonies of #9DEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFED

Black with #9DEFED

Text Example


Text Example

White with #9DEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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