#C1FFF9

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

Shades of Pale Turquoise #C1FFF9

Tints of Pale Turquoise #C1FFF9

Color information

#C1FFF9 (or 0xC1FFF9) is unknown color: approx Pale Turquoise. HEX triplet: C1, FF and F9. RGB value is (193,255,249). Sum of RGB (Red+Green+Blue) = 193+255+249=697 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.69% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFF9 is #3E0006. Grayscale: #EBEBEB. Windows color (decimal): -4063239 or 16383937. OLE color: 16383937.

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

Color convert

RGB193255249-
CMYK0.2400.020
HSL174.19º100%87.84%-
HSV(B)174.19º24.31%100%-
XYZ74.8589.7102.99-
YUV235.78135.4697.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.69%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=27.69%
G=36.59%
B=35.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932552490.2400.020174.1910087.84
HexC1FFF918020ae6458
Octal30137737130020256144130
Binary1100000111111111111110011100001001010111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFF9; }

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

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

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

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

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

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

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

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