#9CF8FA

Color #9CF8FA Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9CF8FA

Tints of Pale Turquoise #9CF8FA

Color information

#9CF8FA (or 0x9CF8FA) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F8 and FA. RGB value is (156,248,250). Sum of RGB (Red+Green+Blue) = 156+248+250=654 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.85% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF8FA is #630705. Grayscale: #DCDCDC. Windows color (decimal): -6489862 or 16447644. OLE color: 16447644.

HSL color Cylindrical-coordinate representation of color #9CF8FA: hue angle of 181.28º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF8FA is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156248250-
CMYK0.380.0100.02
HSL181.28º90.38%79.61%-
HSV(B)181.28º37.6%98.04%-
XYZ64.5381.1102.7-
YUV220.72144.5281.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.85%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=23.85%
G=37.92%
B=38.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562482500.380.0100.02181.2890.3879.61
Hex9CF8FA26102b55a50
Octal23437037246102265132120
Binary10011100111110001111101010011010101011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,248,250); }

 H1.HeaderClassName
 {
   color: #9CF8FA;
 }
 .AnyTagClassName
 {
   color: #9CF8FA;
 }
</style>
background-color css

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

 a { background-color: rgb(156,248,250); }

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

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

 span { border-color: rgb(156,248,250); }

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