Html Css Color HEX #9DFEEF Pale Turquoise

📋 copy color: '#9DFEEF'

red 157 ◦ green 254 ◦ blue 239

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

Shades of Pale Turquoise #9DFEEF

Tints of Pale Turquoise #9DFEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 24.15%
G = 39.08%
B = 36.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#9DFEEF (or 0x9DFEEF) is known color: Pale Turquoise. HEX triplet: 9D, FE and EF. RGB value is (157,254,239). Sum of RGB (Red+Green+Blue) = 157+254+239=650 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.15% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEEF is #620110. Grayscale: #DFDFDF. Windows color (decimal): -6422801 or 15728285. OLE color: 15728285.

HSL color Cylindrical-coordinate representation of color #9DFEEF: hue angle of 170.72º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEEF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 254 239 -
CMYK 0.38 0 0.06 0.00
HSL 170.72º 0.98% 0.81% -
HSV(B) 170.72º 0.38% 1% -
XYZ 64.93 84.28 94.51 -
YUV 223.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 157 254 239 0.38 0 0.06 0.00 170.72 0.98 0.81
Hex 9D FE EF 26 0 6 0 AB 62 51
Octal 235 376 357 46 0 6 0 253 142 121
Binary 10011101 11111110 11101111 100110 0 110 0 10101011 1100010 1010001

Color Harmonies of #9DFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFEEF

Black with #9DFEEF

Text Example


Text Example

White with #9DFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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