Html Css Color HEX #4EEFE0 Turquoise

📋 copy color: '#4EEFE0'

red 78 ◦ green 239 ◦ blue 224

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

Shades of Turquoise #4EEFE0

Tints of Turquoise #4EEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

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

R = 14.42%
G = 44.18%
B = 41.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#4EEFE0 (or 0x4EEFE0) is known color: Turquoise. HEX triplet: 4E, EF and E0. RGB value is (78,239,224). Sum of RGB (Red+Green+Blue) = 78+239+224=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFE0 is #B1101F. Grayscale: #BDBDBD. Windows color (decimal): -11604000 or 14741326. OLE color: 14741326.

HSL color Cylindrical-coordinate representation of color #4EEFE0: hue angle of 174.41º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFE0 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 239 224 -
CMYK 0.67 0 0.06 0.06
HSL 174.41º 0.83% 0.62% -
HSV(B) 174.41º 0.67% 0.94% -
XYZ 47.46 68.73 81.29 -
YUV 189.15 147.66 48.72 -
System Red Green Blue C M Y K H S L
Decimal 78 239 224 0.67 0 0.06 0.06 174.41 0.83 0.62
Hex 4E EF E0 43 0 6 6 AE 53 3E
Octal 116 357 340 103 0 6 6 256 123 76
Binary 1001110 11101111 11100000 1000011 0 110 110 10101110 1010011 111110

Color Harmonies of #4EEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFE0

Black with #4EEFE0

Text Example


Text Example

White with #4EEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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