#C1FBFE

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

Shades of Pale Turquoise #C1FBFE

Tints of Pale Turquoise #C1FBFE

Color information

#C1FBFE (or 0xC1FBFE) is unknown color: approx Pale Turquoise. HEX triplet: C1, FB and FE. RGB value is (193,251,254). Sum of RGB (Red+Green+Blue) = 193+251+254=698 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.65% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBFE is #3E0401. Grayscale: #E9E9E9. Windows color (decimal): -4064258 or 16710593. OLE color: 16710593.

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

Color convert

RGB193251254-
CMYK0.240.0100.00
HSL182.95º96.83%87.65%-
HSV(B)182.95º24.02%99.61%-
XYZ74.3887.49106.73-
YUV234139.2898.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.65%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=27.65%
G=35.96%
B=36.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932512540.240.0100.00182.9596.8387.65
HexC1FBFE18100b76158
Octal30137337630100267141130
Binary110000011111101111111110110001001011011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBFE; }

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

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

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

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

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

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

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

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