Html Css Color HEX #9DFDEE Pale Turquoise

📋 copy color: '#9DFDEE'

red 157 ◦ green 253 ◦ blue 238

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

Shades of Pale Turquoise #9DFDEE

Tints of Pale Turquoise #9DFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.04%

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

R = 24.23%
G = 39.04%
B = 36.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#9DFDEE (or 0x9DFDEE) is known color: Pale Turquoise. HEX triplet: 9D, FD and EE. RGB value is (157,253,238). Sum of RGB (Red+Green+Blue) = 157+253+238=648 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.23% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDEE is #620211. Grayscale: #DEDEDE. Windows color (decimal): -6423058 or 15662493. OLE color: 15662493.

HSL color Cylindrical-coordinate representation of color #9DFDEE: hue angle of 170.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDEE is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 253 238 -
CMYK 0.38 0 0.06 0.01
HSL 170.63º 0.96% 0.8% -
HSV(B) 170.63º 0.38% 0.99% -
XYZ 64.46 83.59 93.63 -
YUV 222.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 157 253 238 0.38 0 0.06 0.01 170.63 0.96 0.8
Hex 9D FD EE 26 0 6 1 AB 60 50
Octal 235 375 356 46 0 6 1 253 140 120
Binary 10011101 11111101 11101110 100110 0 110 1 10101011 1100000 1010000

Color Harmonies of #9DFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDEE

Black with #9DFDEE

Text Example


Text Example

White with #9DFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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