Html Css Color HEX #4EFCD2 Turquoise

📋 copy color: '#4EFCD2'

red 78 ◦ green 252 ◦ blue 210

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

Shades of Turquoise #4EFCD2

Tints of Turquoise #4EFCD2

RGB

 RED value IS 78 (30.86% from 255) = 14.44%

 GREEN value IS 252 (98.83% from 255) = 46.67%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 14.44%
G = 46.67%
B = 38.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#4EFCD2 (or 0x4EFCD2) is known color: Turquoise. HEX triplet: 4E, FC and D2. RGB value is (78,252,210). Sum of RGB (Red+Green+Blue) = 78+252+210=540 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.44% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCD2 is #B1032D. Grayscale: #C3C3C3. Windows color (decimal): -11600686 or 13827150. OLE color: 13827150.

HSL color Cylindrical-coordinate representation of color #4EFCD2: hue angle of 165.52º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCD2 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 252 210 -
CMYK 0.69 0 0.17 0.01
HSL 165.52º 0.97% 0.65% -
HSV(B) 165.52º 0.69% 0.99% -
XYZ 49.59 75.89 73.01 -
YUV 195.19 136.35 44.42 -
System Red Green Blue C M Y K H S L
Decimal 78 252 210 0.69 0 0.17 0.01 165.52 0.97 0.65
Hex 4E FC D2 45 0 11 1 A6 61 41
Octal 116 374 322 105 0 21 1 246 141 101
Binary 1001110 11111100 11010010 1000101 0 10001 1 10100110 1100001 1000001

Color Harmonies of #4EFCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCD2

Black with #4EFCD2

Text Example


Text Example

White with #4EFCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,252,210); }

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

background-color css

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

 a { background-color: rgb(78,252,210); }

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

border-color css

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

 span { border-color: rgb(78,252,210); }

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