Html Css Color HEX #9CFCF1 Pale Turquoise

📋 copy color: '#9CFCF1'

red 156 ◦ green 252 ◦ blue 241

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

Shades of Pale Turquoise #9CFCF1

Tints of Pale Turquoise #9CFCF1

RGB

 RED value IS 156 (61.33% from 255) = 24.04%

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

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 24.04%
G = 38.83%
B = 37.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#9CFCF1 (or 0x9CFCF1) is known color: Pale Turquoise. HEX triplet: 9C, FC and F1. RGB value is (156,252,241). Sum of RGB (Red+Green+Blue) = 156+252+241=649 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.04% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCF1 is #63030E. Grayscale: #DDDDDD. Windows color (decimal): -6488847 or 15858844. OLE color: 15858844.

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

Color convert

RGB 156 252 241 -
CMYK 0.38 0 0.04 0.01
HSL 173.13º 0.94% 0.8% -
HSV(B) 173.13º 0.38% 0.99% -
XYZ 64.4 83.04 95.85 -
YUV 222.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 156 252 241 0.38 0 0.04 0.01 173.13 0.94 0.8
Hex 9C FC F1 26 0 4 1 AD 5E 50
Octal 234 374 361 46 0 4 1 255 136 120
Binary 10011100 11111100 11110001 100110 0 100 1 10101101 1011110 1010000

Color Harmonies of #9CFCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFCF1

Black with #9CFCF1

Text Example


Text Example

White with #9CFCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,252,241); }

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

background-color css

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

 a { background-color: rgb(156,252,241); }

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

border-color css

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

 span { border-color: rgb(156,252,241); }

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