Html Css Color HEX #4EDFCA Turquoise

📋 copy color: '#4EDFCA'

red 78 ◦ green 223 ◦ blue 202

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

Shades of Turquoise #4EDFCA

Tints of Turquoise #4EDFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 15.51%
G = 44.33%
B = 40.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4EDFCA (or 0x4EDFCA) is known color: Turquoise. HEX triplet: 4E, DF and CA. RGB value is (78,223,202). Sum of RGB (Red+Green+Blue) = 78+223+202=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFCA is #B12035. Grayscale: #B1B1B1. Windows color (decimal): -11608118 or 13295438. OLE color: 13295438.

HSL color Cylindrical-coordinate representation of color #4EDFCA: hue angle of 171.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFCA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 223 202 -
CMYK 0.65 0 0.09 0.13
HSL 171.31º 0.69% 0.59% -
HSV(B) 171.31º 0.65% 0.87% -
XYZ 40.19 58.66 65.08 -
YUV 177.25 141.96 57.21 -
System Red Green Blue C M Y K H S L
Decimal 78 223 202 0.65 0 0.09 0.13 171.31 0.69 0.59
Hex 4E DF CA 41 0 9 D AB 45 3B
Octal 116 337 312 101 0 11 15 253 105 73
Binary 1001110 11011111 11001010 1000001 0 1001 1101 10101011 1000101 111011

Color Harmonies of #4EDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFCA

Black with #4EDFCA

Text Example


Text Example

White with #4EDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,223,202); }

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

background-color css

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

 a { background-color: rgb(78,223,202); }

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

border-color css

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

 span { border-color: rgb(78,223,202); }

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