Html Css Color HEX #C2FFFB Pale Turquoise

📋 copy color: '#C2FFFB'

red 194 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #C2FFFB

Tints of Pale Turquoise #C2FFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 36.43%

 BLUE value IS 251 (98.44% from 255) = 35.86%

R = 27.71%
G = 36.43%
B = 35.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#C2FFFB (or 0xC2FFFB) is known color: Pale Turquoise. HEX triplet: C2, FF and FB. RGB value is (194,255,251). Sum of RGB (Red+Green+Blue) = 194+255+251=700 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.71% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFFB is #3D0004. Grayscale: #ECECEC. Windows color (decimal): -3997701 or 16515010. OLE color: 16515010.

HSL color Cylindrical-coordinate representation of color #C2FFFB: hue angle of 176.07º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFFB is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 251 -
CMYK 0.24 0 0.02 0
HSL 176.07º 1% 0.88% -
HSV(B) 176.07º 0.24% 1% -
XYZ 75.42 89.95 104.65 -
YUV 236.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 194 255 251 0.24 0 0.02 0 176.07 1 0.88
Hex C2 FF FB 18 0 2 0 B0 64 58
Octal 302 377 373 30 0 2 0 260 144 130
Binary 11000010 11111111 11111011 11000 0 10 0 10110000 1100100 1011000

Color Harmonies of #C2FFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFFB

Black with #C2FFFB

Text Example


Text Example

White with #C2FFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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