#C3F9FA

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

Shades of Pale Turquoise #C3F9FA

Tints of Pale Turquoise #C3F9FA

Color information

#C3F9FA (or 0xC3F9FA) is unknown color: approx Pale Turquoise. HEX triplet: C3, F9 and FA. RGB value is (195,249,250). Sum of RGB (Red+Green+Blue) = 195+249+250=694 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.10% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3F9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F9FA is #3C0605. Grayscale: #E8E8E8. Windows color (decimal): -3933702 or 16447939. OLE color: 16447939.

HSL color Cylindrical-coordinate representation of color #C3F9FA: hue angle of 181.09º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3F9FA is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195249250-
CMYK0.220.0000.02
HSL181.09º84.62%87.25%-
HSV(B)181.09º22%98.04%-
XYZ73.6486.26103.21-
YUV232.97137.61100.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.10%
GREEN value IS 249 (97.66% from 255) = 35.88%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=28.10%
G=35.88%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952492500.220.0000.02181.0984.6287.25
HexC3F9FA16002b55557
Octal30337137226002265125127
Binary1100001111111001111110101011000101011010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F9FA; }

 p { color: rgb(195,249,250); }

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

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

 a { background-color: rgb(195,249,250); }

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

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

 span { border-color: rgb(195,249,250); }

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