Html Css Color HEX #9DFFF0 Pale Turquoise

📋 copy color: '#9DFFF0'

red 157 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #9DFFF0

Tints of Pale Turquoise #9DFFF0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.11%

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 24.08%
G = 39.11%
B = 36.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#9DFFF0 (or 0x9DFFF0) is known color: Pale Turquoise. HEX triplet: 9D, FF and F0. RGB value is (157,255,240). Sum of RGB (Red+Green+Blue) = 157+255+240=652 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.08% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFF0 is #62000F. Grayscale: #DFDFDF. Windows color (decimal): -6422544 or 15794077. OLE color: 15794077.

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

Color convert

RGB 157 255 240 -
CMYK 0.38 0 0.06 0
HSL 170.82º 1% 0.81% -
HSV(B) 170.82º 0.38% 1% -
XYZ 65.39 84.98 95.39 -
YUV 223.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 157 255 240 0.38 0 0.06 0 170.82 1 0.81
Hex 9D FF F0 26 0 6 0 AB 64 51
Octal 235 377 360 46 0 6 0 253 144 121
Binary 10011101 11111111 11110000 100110 0 110 0 10101011 1100100 1010001

Color Harmonies of #9DFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFF0

Black with #9DFFF0

Text Example


Text Example

White with #9DFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,255,240); }

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

background-color css

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

 a { background-color: rgb(157,255,240); }

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

border-color css

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

 span { border-color: rgb(157,255,240); }

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