Html Css Color HEX #9DFDF2 Pale Turquoise

📋 copy color: '#9DFDF2'

red 157 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #9DFDF2

Tints of Pale Turquoise #9DFDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 24.08%
G = 38.8%
B = 37.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#9DFDF2 (or 0x9DFDF2) is known color: Pale Turquoise. HEX triplet: 9D, FD and F2. RGB value is (157,253,242). Sum of RGB (Red+Green+Blue) = 157+253+242=652 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.08% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDF2 is #62020D. Grayscale: #DEDEDE. Windows color (decimal): -6423054 or 15924637. OLE color: 15924637.

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

Color convert

RGB 157 253 242 -
CMYK 0.38 0 0.04 0.01
HSL 173.13º 0.96% 0.8% -
HSV(B) 173.13º 0.38% 0.99% -
XYZ 65.06 83.83 96.76 -
YUV 223.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 157 253 242 0.38 0 0.04 0.01 173.13 0.96 0.8
Hex 9D FD F2 26 0 4 1 AD 60 50
Octal 235 375 362 46 0 4 1 255 140 120
Binary 10011101 11111101 11110010 100110 0 100 1 10101101 1100000 1010000

Color Harmonies of #9DFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDF2

Black with #9DFDF2

Text Example


Text Example

White with #9DFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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