#C1FFFE

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

Shades of Pale Turquoise #C1FFFE

Tints of Pale Turquoise #C1FFFE

Color information

#C1FFFE (or 0xC1FFFE) is unknown color: approx Pale Turquoise. HEX triplet: C1, FF and FE. RGB value is (193,255,254). Sum of RGB (Red+Green+Blue) = 193+255+254=702 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.49% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFFE is #3E0001. Grayscale: #ECECEC. Windows color (decimal): -4063234 or 16711617. OLE color: 16711617.

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

Color convert

RGB193255254-
CMYK0.2400.000
HSL179.03º100%87.84%-
HSV(B)179.03º24.31%100%-
XYZ75.6490.01107.15-
YUV236.35137.9697.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.49%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=27.49%
G=36.32%
B=36.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932552540.2400.000179.0310087.84
HexC1FFFE18000b36458
Octal30137737630000263144130
Binary110000011111111111111110110000001011001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFFE; }

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

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

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

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

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

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

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

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