#C1FEF8

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

Shades of Pale Turquoise #C1FEF8

Tints of Pale Turquoise #C1FEF8

Color information

#C1FEF8 (or 0xC1FEF8) is unknown color: approx Pale Turquoise. HEX triplet: C1, FE and F8. RGB value is (193,254,248). Sum of RGB (Red+Green+Blue) = 193+254+248=695 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.77% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEF8 is #3E0107. Grayscale: #EBEBEB. Windows color (decimal): -4063496 or 16318145. OLE color: 16318145.

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

Color convert

RGB193254248-
CMYK0.2400.020.00
HSL174.1º96.83%87.65%-
HSV(B)174.1º24.02%99.61%-
XYZ74.3889102.07-
YUV235.08135.2997.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.77%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=27.77%
G=36.55%
B=35.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542480.2400.020.00174.196.8387.65
HexC1FEF818020ae6158
Octal30137637030020256141130
Binary1100000111111110111110001100001001010111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEF8; }

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

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

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

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

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

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

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

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