Html Css Color HEX #4CFED5 Turquoise

📋 copy color: '#4CFED5'

red 76 ◦ green 254 ◦ blue 213

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

Shades of Turquoise #4CFED5

Tints of Turquoise #4CFED5

RGB

 RED value IS 76 (30.08% from 255) = 14%

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

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 14%
G = 46.78%
B = 39.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#4CFED5 (or 0x4CFED5) is known color: Turquoise. HEX triplet: 4C, FE and D5. RGB value is (76,254,213). Sum of RGB (Red+Green+Blue) = 76+254+213=543 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.00% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFED5 is #B3012A. Grayscale: #C4C4C4. Windows color (decimal): -11731243 or 14024268. OLE color: 14024268.

HSL color Cylindrical-coordinate representation of color #4CFED5: hue angle of 166.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFED5 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 254 213 -
CMYK 0.70 0 0.16 0.00
HSL 166.18º 0.99% 0.65% -
HSV(B) 166.18º 0.7% 1% -
XYZ 50.43 77.22 75.2 -
YUV 196.1 137.53 42.33 -
System Red Green Blue C M Y K H S L
Decimal 76 254 213 0.70 0 0.16 0.00 166.18 0.99 0.65
Hex 4C FE D5 46 0 10 0 A6 63 41
Octal 114 376 325 106 0 20 0 246 143 101
Binary 1001100 11111110 11010101 1000110 0 10000 0 10100110 1100011 1000001

Color Harmonies of #4CFED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFED5

Black with #4CFED5

Text Example


Text Example

White with #4CFED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CFED5; }

 p { color: rgb(76,254,213); }

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

background-color css

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

 a { background-color: rgb(76,254,213); }

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

border-color css

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

 span { border-color: rgb(76,254,213); }

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