Html Css Color HEX #C2FDFA Pale Turquoise

📋 copy color: '#C2FDFA'

red 194 ◦ green 253 ◦ blue 250

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

Shades of Pale Turquoise #C2FDFA

Tints of Pale Turquoise #C2FDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.3%

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

R = 27.83%
G = 36.3%
B = 35.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#C2FDFA (or 0xC2FDFA) is known color: Pale Turquoise. HEX triplet: C2, FD and FA. RGB value is (194,253,250). Sum of RGB (Red+Green+Blue) = 194+253+250=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFA is #3D0205. Grayscale: #EAEAEA. Windows color (decimal): -3998214 or 16448962. OLE color: 16448962.

HSL color Cylindrical-coordinate representation of color #C2FDFA: hue angle of 176.95º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDFA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 253 250 -
CMYK 0.23 0 0.01 0.01
HSL 176.95º 0.94% 0.88% -
HSV(B) 176.95º 0.23% 0.99% -
XYZ 74.63 88.62 103.61 -
YUV 235.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 194 253 250 0.23 0 0.01 0.01 176.95 0.94 0.88
Hex C2 FD FA 17 0 1 1 B1 5E 58
Octal 302 375 372 27 0 1 1 261 136 130
Binary 11000010 11111101 11111010 10111 0 1 1 10110001 1011110 1011000

Color Harmonies of #C2FDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDFA

Black with #C2FDFA

Text Example


Text Example

White with #C2FDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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