#C1FBFA

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

Shades of Pale Turquoise #C1FBFA

Tints of Pale Turquoise #C1FBFA

Color information

#C1FBFA (or 0xC1FBFA) is unknown color: approx Pale Turquoise. HEX triplet: C1, FB and FA. RGB value is (193,251,250). Sum of RGB (Red+Green+Blue) = 193+251+250=694 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.81% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBFA is #3E0405. Grayscale: #E9E9E9. Windows color (decimal): -4064262 or 16448449. OLE color: 16448449.

HSL color Cylindrical-coordinate representation of color #C1FBFA: hue angle of 178.97º 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 #C1FBFA is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB193251250-
CMYK0.2300.000.02
HSL178.97º87.88%87.06%-
HSV(B)178.97º23.11%98.43%-
XYZ73.7487.23103.39-
YUV233.54137.2899.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.81%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=27.81%
G=36.17%
B=36.02%

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
Decimal1932512500.2300.000.02178.9787.8887.06
HexC1FBFA17002b35857
Octal30137337227002263130127
Binary1100000111111011111110101011100101011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBFA; }

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

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

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

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

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

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

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

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