Html Css Color HEX #4AEBD7 Turquoise

📋 copy color: '#4AEBD7'

red 74 ◦ green 235 ◦ blue 215

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

Shades of Turquoise #4AEBD7

Tints of Turquoise #4AEBD7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.85%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 14.12%
G = 44.85%
B = 41.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#4AEBD7 (or 0x4AEBD7) is known color: Turquoise. HEX triplet: 4A, EB and D7. RGB value is (74,235,215). Sum of RGB (Red+Green+Blue) = 74+235+215=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBD7 is #B51428. Grayscale: #B8B8B8. Windows color (decimal): -11867177 or 14150474. OLE color: 14150474.

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

Color convert

RGB 74 235 215 -
CMYK 0.69 0 0.09 0.08
HSL 172.55º 0.8% 0.61% -
HSV(B) 172.55º 0.69% 0.92% -
XYZ 44.8 65.78 74.63 -
YUV 184.58 145.16 49.13 -
System Red Green Blue C M Y K H S L
Decimal 74 235 215 0.69 0 0.09 0.08 172.55 0.8 0.61
Hex 4A EB D7 45 0 9 8 AD 50 3D
Octal 112 353 327 105 0 11 10 255 120 75
Binary 1001010 11101011 11010111 1000101 0 1001 1000 10101101 1010000 111101

Color Harmonies of #4AEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBD7

Black with #4AEBD7

Text Example


Text Example

White with #4AEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,215); }

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

background-color css

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

 a { background-color: rgb(74,235,215); }

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

border-color css

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

 span { border-color: rgb(74,235,215); }

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