Html Css Color HEX #4EDFE0 Turquoise

📋 copy color: '#4EDFE0'

red 78 ◦ green 223 ◦ blue 224

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

Shades of Turquoise #4EDFE0

Tints of Turquoise #4EDFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 14.86%
G = 42.48%
B = 42.67%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4EDFE0 (or 0x4EDFE0) is known color: Turquoise. HEX triplet: 4E, DF and E0. RGB value is (78,223,224). Sum of RGB (Red+Green+Blue) = 78+223+224=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #4EDFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFE0 is #B1201F. Grayscale: #B3B3B3. Windows color (decimal): -11608096 or 14737230. OLE color: 14737230.

HSL color Cylindrical-coordinate representation of color #4EDFE0: hue angle of 180.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDFE0 is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 223 224 -
CMYK 0.65 0.00 0 0.12
HSL 180.41º 0.7% 0.59% -
HSV(B) 180.41º 0.65% 0.88% -
XYZ 42.98 59.78 79.79 -
YUV 179.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 78 223 224 0.65 0.00 0 0.12 180.41 0.7 0.59
Hex 4E DF E0 41 0 0 C B4 46 3B
Octal 116 337 340 101 0 0 14 264 106 73
Binary 1001110 11011111 11100000 1000001 0 0 1100 10110100 1000110 111011

Color Harmonies of #4EDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFE0

Black with #4EDFE0

Text Example


Text Example

White with #4EDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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