Html Css Color HEX #4EFDD3 Turquoise

📋 copy color: '#4EFDD3'

red 78 ◦ green 253 ◦ blue 211

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

Shades of Turquoise #4EFDD3

Tints of Turquoise #4EFDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 14.39%
G = 46.68%
B = 38.93%

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

#4EFDD3 (or 0x4EFDD3) is known color: Turquoise. HEX triplet: 4E, FD and D3. RGB value is (78,253,211). Sum of RGB (Red+Green+Blue) = 78+253+211=542 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.39% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDD3 is #B1022C. Grayscale: #C3C3C3. Windows color (decimal): -11600429 or 13892942. OLE color: 13892942.

HSL color Cylindrical-coordinate representation of color #4EFDD3: hue angle of 165.6º degrees, saturation: 0.98, 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 #4EFDD3 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 253 211 -
CMYK 0.69 0 0.17 0.01
HSL 165.6º 0.98% 0.65% -
HSV(B) 165.6º 0.69% 0.99% -
XYZ 50.03 76.57 73.77 -
YUV 195.89 136.52 43.92 -
System Red Green Blue C M Y K H S L
Decimal 78 253 211 0.69 0 0.17 0.01 165.6 0.98 0.65
Hex 4E FD D3 45 0 11 1 A6 62 41
Octal 116 375 323 105 0 21 1 246 142 101
Binary 1001110 11111101 11010011 1000101 0 10001 1 10100110 1100010 1000001

Color Harmonies of #4EFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDD3

Black with #4EFDD3

Text Example


Text Example

White with #4EFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,253,211); }

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

background-color css

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

 a { background-color: rgb(78,253,211); }

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

border-color css

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

 span { border-color: rgb(78,253,211); }

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