Html Css Color HEX #4EECCF Turquoise

📋 copy color: '#4EECCF'

red 78 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #4EECCF

Tints of Turquoise #4EECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 14.97%
G = 45.3%
B = 39.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#4EECCF (or 0x4EECCF) is known color: Turquoise. HEX triplet: 4E, EC and CF. RGB value is (78,236,207). Sum of RGB (Red+Green+Blue) = 78+236+207=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECCF is #B11330. Grayscale: #B9B9B9. Windows color (decimal): -11604785 or 13626446. OLE color: 13626446.

HSL color Cylindrical-coordinate representation of color #4EECCF: hue angle of 168.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EECCF is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 236 207 -
CMYK 0.67 0 0.12 0.07
HSL 168.99º 0.81% 0.62% -
HSV(B) 168.99º 0.67% 0.93% -
XYZ 44.4 66.12 69.45 -
YUV 185.45 140.15 51.36 -
System Red Green Blue C M Y K H S L
Decimal 78 236 207 0.67 0 0.12 0.07 168.99 0.81 0.62
Hex 4E EC CF 43 0 C 7 A9 51 3E
Octal 116 354 317 103 0 14 7 251 121 76
Binary 1001110 11101100 11001111 1000011 0 1100 111 10101001 1010001 111110

Color Harmonies of #4EECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECCF

Black with #4EECCF

Text Example


Text Example

White with #4EECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,236,207); }

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

background-color css

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

 a { background-color: rgb(78,236,207); }

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

border-color css

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

 span { border-color: rgb(78,236,207); }

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