Html Css Color HEX #4DEDE9 Turquoise

📋 copy color: '#4DEDE9'

red 77 ◦ green 237 ◦ blue 233

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

Shades of Turquoise #4DEDE9

Tints of Turquoise #4DEDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 14.08%
G = 43.33%
B = 42.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4DEDE9 (or 0x4DEDE9) is known color: Turquoise. HEX triplet: 4D, ED and E9. RGB value is (77,237,233). Sum of RGB (Red+Green+Blue) = 77+237+233=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDE9 is #B21216. Grayscale: #BCBCBC. Windows color (decimal): -11670039 or 15330637. OLE color: 15330637.

HSL color Cylindrical-coordinate representation of color #4DEDE9: hue angle of 178.5º 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 #4DEDE9 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 237 233 -
CMYK 0.68 0 0.02 0.07
HSL 178.5º 0.82% 0.62% -
HSV(B) 178.5º 0.68% 0.93% -
XYZ 48.05 68.03 87.69 -
YUV 188.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 77 237 233 0.68 0 0.02 0.07 178.5 0.82 0.62
Hex 4D ED E9 44 0 2 7 B2 52 3E
Octal 115 355 351 104 0 2 7 262 122 76
Binary 1001101 11101101 11101001 1000100 0 10 111 10110010 1010010 111110

Color Harmonies of #4DEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDE9

Black with #4DEDE9

Text Example


Text Example

White with #4DEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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