Html Css Color HEX #C2FAFA Pale Turquoise

📋 copy color: '#C2FAFA'

red 194 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #C2FAFA

Tints of Pale Turquoise #C2FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 27.95%
G = 36.02%
B = 36.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2FAFA (or 0xC2FAFA) is known color: Pale Turquoise. HEX triplet: C2, FA and FA. RGB value is (194,250,250). Sum of RGB (Red+Green+Blue) = 194+250+250=694 (91% of max value = 765). Red value is 194 (76.17% from 255 or 27.95% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C2FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAFA is #3D0505. Grayscale: #E9E9E9. Windows color (decimal): -3998982 or 16448194. OLE color: 16448194.

HSL color Cylindrical-coordinate representation of color #C2FAFA: hue angle of 180º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FAFA is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 250 -
CMYK 0.22 0 0 0.02
HSL 180º 0.85% 0.87% -
HSV(B) 180º 0.22% 0.98% -
XYZ 73.69 86.74 103.3 -
YUV 233.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 194 250 250 0.22 0 0 0.02 180 0.85 0.87
Hex C2 FA FA 16 0 0 2 B4 55 57
Octal 302 372 372 26 0 0 2 264 125 127
Binary 11000010 11111010 11111010 10110 0 0 10 10110100 1010101 1010111

Color Harmonies of #C2FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAFA

Black with #C2FAFA

Text Example


Text Example

White with #C2FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAFA; }

 p { color: rgb(194,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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