#C1FBFB

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

Shades of Pale Turquoise #C1FBFB

Tints of Pale Turquoise #C1FBFB

Color information

#C1FBFB (or 0xC1FBFB) is unknown color: approx Pale Turquoise. HEX triplet: C1, FB and FB. RGB value is (193,251,251). Sum of RGB (Red+Green+Blue) = 193+251+251=695 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.77% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #C1FBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBFB is #3E0404. Grayscale: #E9E9E9. Windows color (decimal): -4064261 or 16513985. OLE color: 16513985.

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

Color convert

RGB193251251-
CMYK0.23000.02
HSL180º87.88%87.06%-
HSV(B)180º23.11%98.43%-
XYZ73.987.3104.22-
YUV233.66137.7899-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.77%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=27.77%
G=36.12%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512510.23000.0218087.8887.06
HexC1FBFB17002b45857
Octal30137337327002264130127
Binary1100000111111011111110111011100101011010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBFB; }

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

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

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

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

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

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

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

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