Html Css Color HEX #4DEEED Turquoise

📋 copy color: '#4DEEED'

red 77 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #4DEEED

Tints of Turquoise #4DEEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 13.95%
G = 43.12%
B = 42.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#4DEEED (or 0x4DEEED) is known color: Turquoise. HEX triplet: 4D, EE and ED. RGB value is (77,238,237). Sum of RGB (Red+Green+Blue) = 77+238+237=552 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.95% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEED is #B21112. Grayscale: #BDBDBD. Windows color (decimal): -11669779 or 15593037. OLE color: 15593037.

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

Color convert

RGB 77 238 237 -
CMYK 0.68 0 0.00 0.07
HSL 179.63º 0.83% 0.62% -
HSV(B) 179.63º 0.68% 0.93% -
XYZ 48.92 68.84 90.83 -
YUV 189.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 77 238 237 0.68 0 0.00 0.07 179.63 0.83 0.62
Hex 4D EE ED 44 0 0 7 B4 53 3E
Octal 115 356 355 104 0 0 7 264 123 76
Binary 1001101 11101110 11101101 1000100 0 0 111 10110100 1010011 111110

Color Harmonies of #4DEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEED

Black with #4DEEED

Text Example


Text Example

White with #4DEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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