Html Css Color HEX #4AEDB7 Turquoise

📋 copy color: '#4AEDB7'

red 74 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #4AEDB7

Tints of Turquoise #4AEDB7

RGB

 RED value IS 74 (29.3% from 255) = 14.98%

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 14.98%
G = 47.98%
B = 37.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#4AEDB7 (or 0x4AEDB7) is known color: Turquoise. HEX triplet: 4A, ED and B7. RGB value is (74,237,183). Sum of RGB (Red+Green+Blue) = 74+237+183=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDB7 is #B51248. Grayscale: #B6B6B6. Windows color (decimal): -11866697 or 12053834. OLE color: 12053834.

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

Color convert

RGB 74 237 183 -
CMYK 0.69 0 0.23 0.07
HSL 160.12º 0.82% 0.61% -
HSV(B) 160.12º 0.69% 0.93% -
XYZ 41.66 65.44 55.24 -
YUV 182.11 128.5 50.89 -
System Red Green Blue C M Y K H S L
Decimal 74 237 183 0.69 0 0.23 0.07 160.12 0.82 0.61
Hex 4A ED B7 45 0 17 7 A0 52 3D
Octal 112 355 267 105 0 27 7 240 122 75
Binary 1001010 11101101 10110111 1000101 0 10111 111 10100000 1010010 111101

Color Harmonies of #4AEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDB7

Black with #4AEDB7

Text Example


Text Example

White with #4AEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,237,183); }

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

background-color css

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

 a { background-color: rgb(74,237,183); }

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

border-color css

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

 span { border-color: rgb(74,237,183); }

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