Html Css Color HEX #9DEFEE Pale Turquoise

📋 copy color: '#9DEFEE'

red 157 ◦ green 239 ◦ blue 238

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

Shades of Pale Turquoise #9DEFEE

Tints of Pale Turquoise #9DEFEE

RGB

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

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

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

R = 24.76%
G = 37.7%
B = 37.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#9DEFEE (or 0x9DEFEE) is known color: Pale Turquoise. HEX triplet: 9D, EF and EE. RGB value is (157,239,238). Sum of RGB (Red+Green+Blue) = 157+239+238=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFEE is #621011. Grayscale: #D6D6D6. Windows color (decimal): -6426642 or 15658909. OLE color: 15658909.

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

Color convert

RGB 157 239 238 -
CMYK 0.34 0 0.00 0.06
HSL 179.27º 0.72% 0.78% -
HSV(B) 179.27º 0.34% 0.94% -
XYZ 60.2 75.07 92.21 -
YUV 214.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 157 239 238 0.34 0 0.00 0.06 179.27 0.72 0.78
Hex 9D EF EE 22 0 0 6 B3 48 4E
Octal 235 357 356 42 0 0 6 263 110 116
Binary 10011101 11101111 11101110 100010 0 0 110 10110011 1001000 1001110

Color Harmonies of #9DEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFEE

Black with #9DEFEE

Text Example


Text Example

White with #9DEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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