#C1FEFF

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

Shades of Pale Turquoise #C1FEFF

Tints of Pale Turquoise #C1FEFF

Color information

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

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

Color convert

RGB193254255-
CMYK0.240.0000
HSL180.97º100%87.84%-
HSV(B)180.97º24.31%100%-
XYZ75.4889.44107.89-
YUV235.87138.7997.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932542550.240.0000180.9710087.84
HexC1FEFF18000b56458
Octal30137637730000265144130
Binary110000011111111011111111110000001011010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEFF; }

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

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

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

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

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

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

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

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