Html Css Color HEX #9DFFFC Pale Turquoise

📋 copy color: '#9DFFFC'

red 157 ◦ green 255 ◦ blue 252

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

Shades of Pale Turquoise #9DFFFC

Tints of Pale Turquoise #9DFFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 23.64%
G = 38.4%
B = 37.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#9DFFFC (or 0x9DFFFC) is known color: Pale Turquoise. HEX triplet: 9D, FF and FC. RGB value is (157,255,252). Sum of RGB (Red+Green+Blue) = 157+255+252=664 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.64% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFFC is #620003. Grayscale: #E1E1E1. Windows color (decimal): -6422532 or 16580509. OLE color: 16580509.

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

Color convert

RGB 157 255 252 -
CMYK 0.38 0 0.01 0
HSL 178.16º 1% 0.81% -
HSV(B) 178.16º 0.38% 1% -
XYZ 67.24 85.72 105.1 -
YUV 225.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 157 255 252 0.38 0 0.01 0 178.16 1 0.81
Hex 9D FF FC 26 0 1 0 B2 64 51
Octal 235 377 374 46 0 1 0 262 144 121
Binary 10011101 11111111 11111100 100110 0 1 0 10110010 1100100 1010001

Color Harmonies of #9DFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFFC

Black with #9DFFFC

Text Example


Text Example

White with #9DFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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