#C2FBFE

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

Shades of Pale Turquoise #C2FBFE

Tints of Pale Turquoise #C2FBFE

Color information

#C2FBFE (or 0xC2FBFE) is unknown color: approx Pale Turquoise. HEX triplet: C2, FB and FE. RGB value is (194,251,254). Sum of RGB (Red+Green+Blue) = 194+251+254=699 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.75% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBFE is #3D0401. Grayscale: #EAEAEA. Windows color (decimal): -3998722 or 16710594. OLE color: 16710594.

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

Color convert

RGB194251254-
CMYK0.240.0100.00
HSL183º96.77%87.84%-
HSV(B)183º23.62%99.61%-
XYZ74.6387.62106.74-
YUV234.3139.1299.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.75%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=27.75%
G=35.91%
B=36.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942512540.240.0100.0018396.7787.84
HexC2FBFE18100b76158
Octal30237337630100267141130
Binary110000101111101111111110110001001011011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FBFE; }

 p { color: rgb(194,251,254); }

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

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

 a { background-color: rgb(194,251,254); }

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

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

 span { border-color: rgb(194,251,254); }

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