Html Css Color HEX #4DE4CF Turquoise

📋 copy color: '#4DE4CF'

red 77 ◦ green 228 ◦ blue 207

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

Shades of Turquoise #4DE4CF

Tints of Turquoise #4DE4CF

RGB

 RED value IS 77 (30.47% from 255) = 15.04%

 GREEN value IS 228 (89.45% from 255) = 44.53%

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

R = 15.04%
G = 44.53%
B = 40.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#4DE4CF (or 0x4DE4CF) is known color: Turquoise. HEX triplet: 4D, E4 and CF. RGB value is (77,228,207). Sum of RGB (Red+Green+Blue) = 77+228+207=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE4CF is #B21B30. Grayscale: #B4B4B4. Windows color (decimal): -11672369 or 13624397. OLE color: 13624397.

HSL color Cylindrical-coordinate representation of color #4DE4CF: hue angle of 171.66º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE4CF is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 77 228 207 -
CMYK 0.66 0 0.09 0.11
HSL 171.66º 0.74% 0.6% -
HSV(B) 171.66º 0.66% 0.89% -
XYZ 42.07 61.57 68.7 -
YUV 180.46 142.97 54.21 -
System Red Green Blue C M Y K H S L
Decimal 77 228 207 0.66 0 0.09 0.11 171.66 0.74 0.6
Hex 4D E4 CF 42 0 9 B AC 4A 3C
Octal 115 344 317 102 0 11 13 254 112 74
Binary 1001101 11100100 11001111 1000010 0 1001 1011 10101100 1001010 111100

Color Harmonies of #4DE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE4CF

Black with #4DE4CF

Text Example


Text Example

White with #4DE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,228,207); }

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

background-color css

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

 a { background-color: rgb(77,228,207); }

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

border-color css

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

 span { border-color: rgb(77,228,207); }

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