#C1FCFF

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

Shades of Pale Turquoise #C1FCFF

Tints of Pale Turquoise #C1FCFF

Color information

#C1FCFF (or 0xC1FCFF) is unknown color: approx Pale Turquoise. HEX triplet: C1, FC and FF. RGB value is (193,252,255). Sum of RGB (Red+Green+Blue) = 193+252+255=700 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.57% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FCFF is #3E0300. Grayscale: #EAEAEA. Windows color (decimal): -4064001 or 16776385. OLE color: 16776385.

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

Color convert

RGB193252255-
CMYK0.240.0100
HSL182.9º100%87.84%-
HSV(B)182.9º24.31%100%-
XYZ74.8588.18107.68-
YUV234.7139.4598.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.57%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 255 (100% from 255) = 36.43%
R=27.57%
G=36%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932522550.240.0100182.910087.84
HexC1FCFF18100b76458
Octal30137437730100267144130
Binary110000011111110011111111110001001011011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FCFF; }

 p { color: rgb(193,252,255); }

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

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

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

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

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

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

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