Html Css Color HEX #C2FAF8 Pale Turquoise

📋 copy color: '#C2FAF8'

red 194 ◦ green 250 ◦ blue 248

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

Shades of Pale Turquoise #C2FAF8

Tints of Pale Turquoise #C2FAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.84%

R = 28.03%
G = 36.13%
B = 35.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#C2FAF8 (or 0xC2FAF8) is known color: Pale Turquoise. HEX triplet: C2, FA and F8. RGB value is (194,250,248). Sum of RGB (Red+Green+Blue) = 194+250+248=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAF8 is #3D0507. Grayscale: #E8E8E8. Windows color (decimal): -3998984 or 16317122. OLE color: 16317122.

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

Color convert

RGB 194 250 248 -
CMYK 0.22 0 0.01 0.02
HSL 177.86º 0.85% 0.87% -
HSV(B) 177.86º 0.22% 0.98% -
XYZ 73.38 86.62 101.66 -
YUV 233.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 194 250 248 0.22 0 0.01 0.02 177.86 0.85 0.87
Hex C2 FA F8 16 0 1 2 B2 55 57
Octal 302 372 370 26 0 1 2 262 125 127
Binary 11000010 11111010 11111000 10110 0 1 10 10110010 1010101 1010111

Color Harmonies of #C2FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAF8

Black with #C2FAF8

Text Example


Text Example

White with #C2FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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