Html Css Color HEX #9DFEF2 Pale Turquoise

📋 copy color: '#9DFEF2'

red 157 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #9DFEF2

Tints of Pale Turquoise #9DFEF2

RGB

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

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

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

R = 24.04%
G = 38.9%
B = 37.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#9DFEF2 (or 0x9DFEF2) is known color: Pale Turquoise. HEX triplet: 9D, FE and F2. RGB value is (157,254,242). Sum of RGB (Red+Green+Blue) = 157+254+242=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEF2 is #62010D. Grayscale: #DFDFDF. Windows color (decimal): -6422798 or 15924893. OLE color: 15924893.

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

Color convert

RGB 157 254 242 -
CMYK 0.38 0 0.05 0.00
HSL 172.58º 0.98% 0.81% -
HSV(B) 172.58º 0.38% 1% -
XYZ 65.37 84.46 96.86 -
YUV 223.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 157 254 242 0.38 0 0.05 0.00 172.58 0.98 0.81
Hex 9D FE F2 26 0 5 0 AD 62 51
Octal 235 376 362 46 0 5 0 255 142 121
Binary 10011101 11111110 11110010 100110 0 101 0 10101101 1100010 1010001

Color Harmonies of #9DFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFEF2

Black with #9DFEF2

Text Example


Text Example

White with #9DFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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