Html Css Color HEX #C2FEFB Pale Turquoise

📋 copy color: '#C2FEFB'

red 194 ◦ green 254 ◦ blue 251

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

Shades of Pale Turquoise #C2FEFB

Tints of Pale Turquoise #C2FEFB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.34%

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

R = 27.75%
G = 36.34%
B = 35.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#C2FEFB (or 0xC2FEFB) is known color: Pale Turquoise. HEX triplet: C2, FE and FB. RGB value is (194,254,251). Sum of RGB (Red+Green+Blue) = 194+254+251=699 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.75% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEFB is #3D0104. Grayscale: #EBEBEB. Windows color (decimal): -3997957 or 16514754. OLE color: 16514754.

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

Color convert

RGB 194 254 251 -
CMYK 0.24 0 0.01 0.00
HSL 177º 0.97% 0.88% -
HSV(B) 177º 0.24% 1% -
XYZ 75.1 89.32 104.55 -
YUV 235.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 194 254 251 0.24 0 0.01 0.00 177 0.97 0.88
Hex C2 FE FB 18 0 1 0 B1 61 58
Octal 302 376 373 30 0 1 0 261 141 130
Binary 11000010 11111110 11111011 11000 0 1 0 10110001 1100001 1011000

Color Harmonies of #C2FEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FEFB

Black with #C2FEFB

Text Example


Text Example

White with #C2FEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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