Html Css Color HEX #9CFCE6 Pale Turquoise

📋 copy color: '#9CFCE6'

red 156 ◦ green 252 ◦ blue 230

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

Shades of Pale Turquoise #9CFCE6

Tints of Pale Turquoise #9CFCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.05%

R = 24.45%
G = 39.5%
B = 36.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#9CFCE6 (or 0x9CFCE6) is known color: Pale Turquoise. HEX triplet: 9C, FC and E6. RGB value is (156,252,230). Sum of RGB (Red+Green+Blue) = 156+252+230=638 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.45% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCE6 is #630319. Grayscale: #DCDCDC. Windows color (decimal): -6488858 or 15137948. OLE color: 15137948.

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

Color convert

RGB 156 252 230 -
CMYK 0.38 0 0.09 0.01
HSL 166.25º 0.94% 0.8% -
HSV(B) 166.25º 0.38% 0.99% -
XYZ 62.8 82.4 87.46 -
YUV 220.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 156 252 230 0.38 0 0.09 0.01 166.25 0.94 0.8
Hex 9C FC E6 26 0 9 1 A6 5E 50
Octal 234 374 346 46 0 11 1 246 136 120
Binary 10011100 11111100 11100110 100110 0 1001 1 10100110 1011110 1010000

Color Harmonies of #9CFCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFCE6

Black with #9CFCE6

Text Example


Text Example

White with #9CFCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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