Html Css Color HEX #C2FEF6 Pale Turquoise

📋 copy color: '#C2FEF6'

red 194 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #C2FEF6

Tints of Pale Turquoise #C2FEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.6%

 BLUE value IS 246 (96.48% from 255) = 35.45%

R = 27.95%
G = 36.6%
B = 35.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#C2FEF6 (or 0xC2FEF6) is known color: Pale Turquoise. HEX triplet: C2, FE and F6. RGB value is (194,254,246). Sum of RGB (Red+Green+Blue) = 194+254+246=694 (91% of max value = 765). Red value is 194 (76.17% from 255 or 27.95% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF6 is #3D0109. Grayscale: #EBEBEB. Windows color (decimal): -3997962 or 16187074. OLE color: 16187074.

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

Color convert

RGB 194 254 246 -
CMYK 0.24 0 0.03 0.00
HSL 172º 0.97% 0.88% -
HSV(B) 172º 0.24% 1% -
XYZ 74.32 89.01 100.45 -
YUV 235.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 194 254 246 0.24 0 0.03 0.00 172 0.97 0.88
Hex C2 FE F6 18 0 3 0 AC 61 58
Octal 302 376 366 30 0 3 0 254 141 130
Binary 11000010 11111110 11110110 11000 0 11 0 10101100 1100001 1011000

Color Harmonies of #C2FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FEF6

Black with #C2FEF6

Text Example


Text Example

White with #C2FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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