Html Css Color HEX #4DEDCF Turquoise

📋 copy color: '#4DEDCF'

red 77 ◦ green 237 ◦ blue 207

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

Shades of Turquoise #4DEDCF

Tints of Turquoise #4DEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 14.78%
G = 45.49%
B = 39.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4DEDCF (or 0x4DEDCF) is known color: Turquoise. HEX triplet: 4D, ED and CF. RGB value is (77,237,207). Sum of RGB (Red+Green+Blue) = 77+237+207=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDCF is #B21230. Grayscale: #B9B9B9. Windows color (decimal): -11670065 or 13626701. OLE color: 13626701.

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

Color convert

RGB 77 237 207 -
CMYK 0.68 0 0.13 0.07
HSL 168.75º 0.82% 0.62% -
HSV(B) 168.75º 0.68% 0.93% -
XYZ 44.61 66.65 69.55 -
YUV 185.74 139.99 50.44 -
System Red Green Blue C M Y K H S L
Decimal 77 237 207 0.68 0 0.13 0.07 168.75 0.82 0.62
Hex 4D ED CF 44 0 D 7 A9 52 3E
Octal 115 355 317 104 0 15 7 251 122 76
Binary 1001101 11101101 11001111 1000100 0 1101 111 10101001 1010010 111110

Color Harmonies of #4DEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDCF

Black with #4DEDCF

Text Example


Text Example

White with #4DEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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