Html Css Color HEX #4AEDBE Turquoise

📋 copy color: '#4AEDBE'

red 74 ◦ green 237 ◦ blue 190

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

Shades of Turquoise #4AEDBE

Tints of Turquoise #4AEDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 14.77%
G = 47.31%
B = 37.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#4AEDBE (or 0x4AEDBE) is known color: Turquoise. HEX triplet: 4A, ED and BE. RGB value is (74,237,190). Sum of RGB (Red+Green+Blue) = 74+237+190=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDBE is #B51241. Grayscale: #B6B6B6. Windows color (decimal): -11866690 or 12512586. OLE color: 12512586.

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

Color convert

RGB 74 237 190 -
CMYK 0.69 0 0.20 0.07
HSL 162.7º 0.82% 0.61% -
HSV(B) 162.7º 0.69% 0.93% -
XYZ 42.4 65.74 59.17 -
YUV 182.91 132 50.32 -
System Red Green Blue C M Y K H S L
Decimal 74 237 190 0.69 0 0.20 0.07 162.7 0.82 0.61
Hex 4A ED BE 45 0 14 7 A3 52 3D
Octal 112 355 276 105 0 24 7 243 122 75
Binary 1001010 11101101 10111110 1000101 0 10100 111 10100011 1010010 111101

Color Harmonies of #4AEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDBE

Black with #4AEDBE

Text Example


Text Example

White with #4AEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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