Html Css Color HEX #C2FDFB Pale Turquoise

📋 copy color: '#C2FDFB'

red 194 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #C2FDFB

Tints of Pale Turquoise #C2FDFB

RGB

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

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

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

R = 27.79%
G = 36.25%
B = 35.96%

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

#C2FDFB (or 0xC2FDFB) is known color: Pale Turquoise. HEX triplet: C2, FD and FB. RGB value is (194,253,251). Sum of RGB (Red+Green+Blue) = 194+253+251=698 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.79% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFB is #3D0204. Grayscale: #EBEBEB. Windows color (decimal): -3998213 or 16514498. OLE color: 16514498.

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

Color convert

RGB 194 253 251 -
CMYK 0.23 0 0.01 0.01
HSL 177.97º 0.94% 0.88% -
HSV(B) 177.97º 0.23% 0.99% -
XYZ 74.79 88.68 104.44 -
YUV 235.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 194 253 251 0.23 0 0.01 0.01 177.97 0.94 0.88
Hex C2 FD FB 17 0 1 1 B2 5E 58
Octal 302 375 373 27 0 1 1 262 136 130
Binary 11000010 11111101 11111011 10111 0 1 1 10110010 1011110 1011000

Color Harmonies of #C2FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FDFB

Black with #C2FDFB

Text Example


Text Example

White with #C2FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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