#C2FBFA

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

Shades of Pale Turquoise #C2FBFA

Tints of Pale Turquoise #C2FBFA

Color information

#C2FBFA (or 0xC2FBFA) is unknown color: approx Pale Turquoise. HEX triplet: C2, FB and FA. RGB value is (194,251,250). Sum of RGB (Red+Green+Blue) = 194+251+250=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBFA is #3D0405. Grayscale: #E9E9E9. Windows color (decimal): -3998726 or 16448450. OLE color: 16448450.

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

Color convert

RGB194251250-
CMYK0.2300.000.02
HSL178.95º87.69%87.25%-
HSV(B)178.95º22.71%98.43%-
XYZ7487.37103.41-
YUV233.84137.1299.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.91%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=27.91%
G=36.12%
B=35.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942512500.2300.000.02178.9587.6987.25
HexC2FBFA17002b35857
Octal30237337227002263130127
Binary1100001011111011111110101011100101011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FBFA; }

 p { color: rgb(194,251,250); }

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

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

 a { background-color: rgb(194,251,250); }

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

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

 span { border-color: rgb(194,251,250); }

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