#C1F9FA

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

Shades of Pale Turquoise #C1F9FA

Tints of Pale Turquoise #C1F9FA

Color information

#C1F9FA (or 0xC1F9FA) is unknown color: approx Pale Turquoise. HEX triplet: C1, F9 and FA. RGB value is (193,249,250). Sum of RGB (Red+Green+Blue) = 193+249+250=692 (91% of max value = 765). Red value is 193 (75.78% from 255 or 27.89% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1F9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1F9FA is #3E0605. Grayscale: #E8E8E8. Windows color (decimal): -4064774 or 16447937. OLE color: 16447937.

HSL color Cylindrical-coordinate representation of color #C1F9FA: hue angle of 181.05º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1F9FA is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193249250-
CMYK0.230.0000.02
HSL181.05º85.07%86.86%-
HSV(B)181.05º22.8%98.04%-
XYZ73.1285.99103.19-
YUV232.37137.9599.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 27.89%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=27.89%
G=35.98%
B=36.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932492500.230.0000.02181.0585.0786.86
HexC1F9FA17002b55557
Octal30137137227002265125127
Binary1100000111111001111110101011100101011010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F9FA; }

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

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

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

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

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

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

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

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