Html Css Color HEX #4AE6DD Turquoise

📋 copy color: '#4AE6DD'

red 74 ◦ green 230 ◦ blue 221

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

Shades of Turquoise #4AE6DD

Tints of Turquoise #4AE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.81%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 14.1%
G = 43.81%
B = 42.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#4AE6DD (or 0x4AE6DD) is known color: Turquoise. HEX triplet: 4A, E6 and DD. RGB value is (74,230,221). Sum of RGB (Red+Green+Blue) = 74+230+221=525 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.10% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE6DD is #B51922. Grayscale: #B6B6B6. Windows color (decimal): -11868451 or 14542410. OLE color: 14542410.

HSL color Cylindrical-coordinate representation of color #4AE6DD: hue angle of 176.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE6DD is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 230 221 -
CMYK 0.68 0 0.04 0.10
HSL 176.54º 0.76% 0.6% -
HSV(B) 176.54º 0.68% 0.9% -
XYZ 44.17 63.27 78.29 -
YUV 182.33 149.82 50.73 -
System Red Green Blue C M Y K H S L
Decimal 74 230 221 0.68 0 0.04 0.10 176.54 0.76 0.6
Hex 4A E6 DD 44 0 4 A B1 4C 3C
Octal 112 346 335 104 0 4 12 261 114 74
Binary 1001010 11100110 11011101 1000100 0 100 1010 10110001 1001100 111100

Color Harmonies of #4AE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE6DD

Black with #4AE6DD

Text Example


Text Example

White with #4AE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,230,221); }

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

background-color css

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

 a { background-color: rgb(74,230,221); }

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

border-color css

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

 span { border-color: rgb(74,230,221); }

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