#C3FBFC

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

Shades of Pale Turquoise #C3FBFC

Tints of Pale Turquoise #C3FBFC

Color information

#C3FBFC (or 0xC3FBFC) is unknown color: approx Pale Turquoise. HEX triplet: C3, FB and FC. RGB value is (195,251,252). Sum of RGB (Red+Green+Blue) = 195+251+252=698 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.94% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FBFC is #3C0403. Grayscale: #EAEAEA. Windows color (decimal): -3933188 or 16579523. OLE color: 16579523.

HSL color Cylindrical-coordinate representation of color #C3FBFC: hue angle of 181.05º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FBFC is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195251252-
CMYK0.230.0000.01
HSL181.05º90.48%87.65%-
HSV(B)181.05º22.62%98.82%-
XYZ74.5787.62105.08-
YUV234.37137.9599.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.94%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=27.94%
G=35.96%
B=36.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952512520.230.0000.01181.0590.4887.65
HexC3FBFC17001b55a58
Octal30337337427001265132130
Binary110000111111101111111100101110011011010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FBFC; }

 p { color: rgb(195,251,252); }

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

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

 a { background-color: rgb(195,251,252); }

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

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

 span { border-color: rgb(195,251,252); }

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