Html Css Color HEX #4DEFEE Turquoise

📋 copy color: '#4DEFEE'

red 77 ◦ green 239 ◦ blue 238

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

Shades of Turquoise #4DEFEE

Tints of Turquoise #4DEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 13.9%
G = 43.14%
B = 42.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#4DEFEE (or 0x4DEFEE) is known color: Turquoise. HEX triplet: 4D, EF and EE. RGB value is (77,239,238). Sum of RGB (Red+Green+Blue) = 77+239+238=554 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.90% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEFEE is #B21011. Grayscale: #BEBEBE. Windows color (decimal): -11669522 or 15658829. OLE color: 15658829.

HSL color Cylindrical-coordinate representation of color #4DEFEE: hue angle of 179.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFEE is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 238 -
CMYK 0.68 0 0.00 0.06
HSL 179.63º 0.84% 0.62% -
HSV(B) 179.63º 0.68% 0.94% -
XYZ 49.36 69.48 91.7 -
YUV 190.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 77 239 238 0.68 0 0.00 0.06 179.63 0.84 0.62
Hex 4D EF EE 44 0 0 6 B4 54 3E
Octal 115 357 356 104 0 0 6 264 124 76
Binary 1001101 11101111 11101110 1000100 0 0 110 10110100 1010100 111110

Color Harmonies of #4DEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFEE

Black with #4DEFEE

Text Example


Text Example

White with #4DEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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