Html Css Color HEX #4DE2EA Turquoise

📋 copy color: '#4DE2EA'

red 77 ◦ green 226 ◦ blue 234

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

Shades of Turquoise #4DE2EA

Tints of Turquoise #4DE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.09%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 14.34%
G = 42.09%
B = 43.58%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DE2EA (or 0x4DE2EA) is known color: Turquoise. HEX triplet: 4D, E2 and EA. RGB value is (77,226,234). Sum of RGB (Red+Green+Blue) = 77+226+234=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DE2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DE2EA is #B21D15. Grayscale: #B6B6B6. Windows color (decimal): -11672854 or 15393357. OLE color: 15393357.

HSL color Cylindrical-coordinate representation of color #4DE2EA: hue angle of 183.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE2EA is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 226 234 -
CMYK 0.67 0.03 0 0.08
HSL 183.06º 0.79% 0.61% -
HSV(B) 183.06º 0.67% 0.92% -
XYZ 45.11 61.91 87.41 -
YUV 182.36 157.14 52.85 -
System Red Green Blue C M Y K H S L
Decimal 77 226 234 0.67 0.03 0 0.08 183.06 0.79 0.61
Hex 4D E2 EA 43 3 0 8 B7 4F 3D
Octal 115 342 352 103 3 0 10 267 117 75
Binary 1001101 11100010 11101010 1000011 11 0 1000 10110111 1001111 111101

Color Harmonies of #4DE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE2EA

Black with #4DE2EA

Text Example


Text Example

White with #4DE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,226,234); }

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

background-color css

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

 a { background-color: rgb(77,226,234); }

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

border-color css

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

 span { border-color: rgb(77,226,234); }

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