Html Css Color HEX #4ECFDB Medium Turquoise

📋 copy color: '#4ECFDB'

red 78 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #4ECFDB

Tints of Medium Turquoise #4ECFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.07%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 15.48%
G = 41.07%
B = 43.45%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ECFDB (or 0x4ECFDB) is known color: Medium Turquoise. HEX triplet: 4E, CF and DB. RGB value is (78,207,219). Sum of RGB (Red+Green+Blue) = 78+207+219=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ECFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECFDB is #B13024. Grayscale: #A9A9A9. Windows color (decimal): -11612197 or 14405454. OLE color: 14405454.

HSL color Cylindrical-coordinate representation of color #4ECFDB: hue angle of 185.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ECFDB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 207 219 -
CMYK 0.64 0.05 0 0.14
HSL 185.11º 0.66% 0.58% -
HSV(B) 185.11º 0.64% 0.86% -
XYZ 38.24 51.36 74.92 -
YUV 169.8 155.76 62.52 -
System Red Green Blue C M Y K H S L
Decimal 78 207 219 0.64 0.05 0 0.14 185.11 0.66 0.58
Hex 4E CF DB 40 5 0 E B9 42 3A
Octal 116 317 333 100 5 0 16 271 102 72
Binary 1001110 11001111 11011011 1000000 101 0 1110 10111001 1000010 111010

Color Harmonies of #4ECFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECFDB

Black with #4ECFDB

Text Example


Text Example

White with #4ECFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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