Html Css Color HEX #9CFDFC Pale Turquoise

📋 copy color: '#9CFDFC'

red 156 ◦ green 253 ◦ blue 252

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

Shades of Pale Turquoise #9CFDFC

Tints of Pale Turquoise #9CFDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.28%

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

R = 23.6%
G = 38.28%
B = 38.12%

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

#9CFDFC (or 0x9CFDFC) is known color: Pale Turquoise. HEX triplet: 9C, FD and FC. RGB value is (156,253,252). Sum of RGB (Red+Green+Blue) = 156+253+252=661 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.60% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFDFC is #630203. Grayscale: #DFDFDF. Windows color (decimal): -6488580 or 16579996. OLE color: 16579996.

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

Color convert

RGB 156 253 252 -
CMYK 0.38 0 0.00 0.01
HSL 179.38º 0.96% 0.8% -
HSV(B) 179.38º 0.38% 0.99% -
XYZ 66.41 84.35 104.88 -
YUV 223.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 156 253 252 0.38 0 0.00 0.01 179.38 0.96 0.8
Hex 9C FD FC 26 0 0 1 B3 60 50
Octal 234 375 374 46 0 0 1 263 140 120
Binary 10011100 11111101 11111100 100110 0 0 1 10110011 1100000 1010000

Color Harmonies of #9CFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFDFC

Black with #9CFDFC

Text Example


Text Example

White with #9CFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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