Html Css Color HEX #9DFCFA Pale Turquoise

📋 copy color: '#9DFCFA'

red 157 ◦ green 252 ◦ blue 250

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

Shades of Pale Turquoise #9DFCFA

Tints of Pale Turquoise #9DFCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.24%

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 23.82%
G = 38.24%
B = 37.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#9DFCFA (or 0x9DFCFA) is known color: Pale Turquoise. HEX triplet: 9D, FC and FA. RGB value is (157,252,250). Sum of RGB (Red+Green+Blue) = 157+252+250=659 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.82% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFCFA is #620305. Grayscale: #DFDFDF. Windows color (decimal): -6423302 or 16448669. OLE color: 16448669.

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

Color convert

RGB 157 252 250 -
CMYK 0.38 0 0.01 0.01
HSL 178.74º 0.94% 0.8% -
HSV(B) 178.74º 0.38% 0.99% -
XYZ 65.97 83.69 103.12 -
YUV 223.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 157 252 250 0.38 0 0.01 0.01 178.74 0.94 0.8
Hex 9D FC FA 26 0 1 1 B3 5E 50
Octal 235 374 372 46 0 1 1 263 136 120
Binary 10011101 11111100 11111010 100110 0 1 1 10110011 1011110 1010000

Color Harmonies of #9DFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFCFA

Black with #9DFCFA

Text Example


Text Example

White with #9DFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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