Html Css Color HEX #C2FCFE Pale Turquoise

📋 copy color: '#C2FCFE'

red 194 ◦ green 252 ◦ blue 254

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

Shades of Pale Turquoise #C2FCFE

Tints of Pale Turquoise #C2FCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 27.71%
G = 36%
B = 36.29%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2FCFE (or 0xC2FCFE) is known color: Pale Turquoise. HEX triplet: C2, FC and FE. RGB value is (194,252,254). Sum of RGB (Red+Green+Blue) = 194+252+254=700 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.71% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2FCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FCFE is #3D0301. Grayscale: #EAEAEA. Windows color (decimal): -3998466 or 16710850. OLE color: 16710850.

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

Color convert

RGB 194 252 254 -
CMYK 0.24 0.01 0 0.00
HSL 182º 0.97% 0.88% -
HSV(B) 182º 0.24% 1% -
XYZ 74.95 88.25 106.85 -
YUV 234.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 194 252 254 0.24 0.01 0 0.00 182 0.97 0.88
Hex C2 FC FE 18 1 0 0 B6 61 58
Octal 302 374 376 30 1 0 0 266 141 130
Binary 11000010 11111100 11111110 11000 1 0 0 10110110 1100001 1011000

Color Harmonies of #C2FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FCFE

Black with #C2FCFE

Text Example


Text Example

White with #C2FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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