Html Css Color HEX #4AEBDB Turquoise

📋 copy color: '#4AEBDB'

red 74 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #4AEBDB

Tints of Turquoise #4AEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 14.02%
G = 44.51%
B = 41.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#4AEBDB (or 0x4AEBDB) is known color: Turquoise. HEX triplet: 4A, EB and DB. RGB value is (74,235,219). Sum of RGB (Red+Green+Blue) = 74+235+219=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBDB is #B51424. Grayscale: #B8B8B8. Windows color (decimal): -11867173 or 14412618. OLE color: 14412618.

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

Color convert

RGB 74 235 219 -
CMYK 0.69 0 0.07 0.08
HSL 174.04º 0.8% 0.61% -
HSV(B) 174.04º 0.69% 0.92% -
XYZ 45.32 65.99 77.37 -
YUV 185.04 147.16 48.8 -
System Red Green Blue C M Y K H S L
Decimal 74 235 219 0.69 0 0.07 0.08 174.04 0.8 0.61
Hex 4A EB DB 45 0 7 8 AE 50 3D
Octal 112 353 333 105 0 7 10 256 120 75
Binary 1001010 11101011 11011011 1000101 0 111 1000 10101110 1010000 111101

Color Harmonies of #4AEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBDB

Black with #4AEBDB

Text Example


Text Example

White with #4AEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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