#C1FDFF

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

Shades of Pale Turquoise #C1FDFF

Tints of Pale Turquoise #C1FDFF

Color information

#C1FDFF (or 0xC1FDFF) is unknown color: approx Pale Turquoise. HEX triplet: C1, FD and FF. RGB value is (193,253,255). Sum of RGB (Red+Green+Blue) = 193+253+255=701 (92% of max value = 765). Red value is 193 (75.78% from 255 or 27.53% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FDFF is #3E0200. Grayscale: #EBEBEB. Windows color (decimal): -4063745 or 16776641. OLE color: 16776641.

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

Color convert

RGB193253255-
CMYK0.240.0100
HSL181.94º100%87.84%-
HSV(B)181.94º24.31%100%-
XYZ75.1788.81107.79-
YUV235.29139.1297.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.53%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 255 (100% from 255) = 36.38%
R=27.53%
G=36.09%
B=36.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932532550.240.0100181.9410087.84
HexC1FDFF18100b66458
Octal30137537730100266144130
Binary110000011111110111111111110001001011011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FDFF; }

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

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

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

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

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

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

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

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