#C1FEFD

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

Shades of Pale Turquoise #C1FEFD

Tints of Pale Turquoise #C1FEFD

Color information

#C1FEFD (or 0xC1FEFD) is unknown color: approx Pale Turquoise. HEX triplet: C1, FE and FD. RGB value is (193,254,253). Sum of RGB (Red+Green+Blue) = 193+254+253=700 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.57% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEFD is #3E0102. Grayscale: #EBEBEB. Windows color (decimal): -4063491 or 16645825. OLE color: 16645825.

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

Color convert

RGB193254253-
CMYK0.2400.000.00
HSL179.02º96.83%87.65%-
HSV(B)179.02º24.02%99.61%-
XYZ75.1689.31106.21-
YUV235.65137.7997.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.57%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=27.57%
G=36.29%
B=36.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542530.2400.000.00179.0296.8387.65
HexC1FEFD18000b36158
Octal30137637530000263141130
Binary110000011111111011111101110000001011001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEFD; }

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

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

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

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

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

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

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

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