Html Css Color HEX #C2FCF9 Pale Turquoise

📋 copy color: '#C2FCF9'

red 194 ◦ green 252 ◦ blue 249

#C2FCF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #C2FCF9

Tints of Pale Turquoise #C2FCF9

RGB

 RED value IS 194 (76.17% from 255) = 27.91%

 GREEN value IS 252 (98.83% from 255) = 36.26%

 BLUE value IS 249 (97.66% from 255) = 35.83%

R = 27.91%
G = 36.26%
B = 35.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#C2FCF9 (or 0xC2FCF9) is known color: Pale Turquoise. HEX triplet: C2, FC and F9. RGB value is (194,252,249). Sum of RGB (Red+Green+Blue) = 194+252+249=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCF9 is #3D0306. Grayscale: #EAEAEA. Windows color (decimal): -3998471 or 16383170. OLE color: 16383170.

HSL color Cylindrical-coordinate representation of color #C2FCF9: hue angle of 176.9º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCF9 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 252 249 -
CMYK 0.23 0 0.01 0.01
HSL 176.9º 0.91% 0.87% -
HSV(B) 176.9º 0.23% 0.99% -
XYZ 74.16 87.93 102.69 -
YUV 234.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 194 252 249 0.23 0 0.01 0.01 176.9 0.91 0.87
Hex C2 FC F9 17 0 1 1 B1 5B 57
Octal 302 374 371 27 0 1 1 261 133 127
Binary 11000010 11111100 11111001 10111 0 1 1 10110001 1011011 1010111

Color Harmonies of #C2FCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCF9

Black with #C2FCF9

Text Example


Text Example

White with #C2FCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCF9; }

 p { color: rgb(194,252,249); }

 H1.HeaderClassName
 {
   color: #C2FCF9;
 }
 .AnyTagClassName
 {
   color: #C2FCF9;
 }
</style>

background-color css

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

 a { background-color: rgb(194,252,249); }

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

border-color css

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

 span { border-color: rgb(194,252,249); }

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