Html Css Color HEX #9DFCFB Pale Turquoise

📋 copy color: '#9DFCFB'

red 157 ◦ green 252 ◦ blue 251

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

Shades of Pale Turquoise #9DFCFB

Tints of Pale Turquoise #9DFCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.03%

R = 23.79%
G = 38.18%
B = 38.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#9DFCFB (or 0x9DFCFB) is known color: Pale Turquoise. HEX triplet: 9D, FC and FB. RGB value is (157,252,251). Sum of RGB (Red+Green+Blue) = 157+252+251=660 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.79% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFCFB is #620304. Grayscale: #DFDFDF. Windows color (decimal): -6423301 or 16514205. OLE color: 16514205.

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

Color convert

RGB 157 252 251 -
CMYK 0.38 0 0.00 0.01
HSL 179.37º 0.94% 0.8% -
HSV(B) 179.37º 0.38% 0.99% -
XYZ 66.13 83.75 103.95 -
YUV 223.48 143.53 80.58 -
System Red Green Blue C M Y K H S L
Decimal 157 252 251 0.38 0 0.00 0.01 179.37 0.94 0.8
Hex 9D FC FB 26 0 0 1 B3 5E 50
Octal 235 374 373 46 0 0 1 263 136 120
Binary 10011101 11111100 11111011 100110 0 0 1 10110011 1011110 1010000

Color Harmonies of #9DFCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFCFB

Black with #9DFCFB

Text Example


Text Example

White with #9DFCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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