Html Css Color HEX #4AE0CF Turquoise

📋 copy color: '#4AE0CF'

red 74 ◦ green 224 ◦ blue 207

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

Shades of Turquoise #4AE0CF

Tints of Turquoise #4AE0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.36%

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 14.65%
G = 44.36%
B = 40.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#4AE0CF (or 0x4AE0CF) is known color: Turquoise. HEX triplet: 4A, E0 and CF. RGB value is (74,224,207). Sum of RGB (Red+Green+Blue) = 74+224+207=505 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.65% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0CF is #B51F30. Grayscale: #B1B1B1. Windows color (decimal): -11870001 or 13623370. OLE color: 13623370.

HSL color Cylindrical-coordinate representation of color #4AE0CF: hue angle of 173.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0CF is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 224 207 -
CMYK 0.67 0 0.08 0.12
HSL 173.2º 0.71% 0.58% -
HSV(B) 173.2º 0.67% 0.88% -
XYZ 40.74 59.27 68.32 -
YUV 177.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 74 224 207 0.67 0 0.08 0.12 173.2 0.71 0.58
Hex 4A E0 CF 43 0 8 C AD 47 3A
Octal 112 340 317 103 0 10 14 255 107 72
Binary 1001010 11100000 11001111 1000011 0 1000 1100 10101101 1000111 111010

Color Harmonies of #4AE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE0CF

Black with #4AE0CF

Text Example


Text Example

White with #4AE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,224,207); }

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

background-color css

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

 a { background-color: rgb(74,224,207); }

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

border-color css

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

 span { border-color: rgb(74,224,207); }

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