Html Css Color HEX #4AE8EA Turquoise

📋 copy color: '#4AE8EA'

red 74 ◦ green 232 ◦ blue 234

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

Shades of Turquoise #4AE8EA

Tints of Turquoise #4AE8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.96%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 13.7%
G = 42.96%
B = 43.33%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AE8EA (or 0x4AE8EA) is known color: Turquoise. HEX triplet: 4A, E8 and EA. RGB value is (74,232,234). Sum of RGB (Red+Green+Blue) = 74+232+234=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AE8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AE8EA is #B51715. Grayscale: #B8B8B8. Windows color (decimal): -11867926 or 15394890. OLE color: 15394890.

HSL color Cylindrical-coordinate representation of color #4AE8EA: hue angle of 180.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE8EA is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 232 234 -
CMYK 0.68 0.01 0 0.08
HSL 180.75º 0.79% 0.6% -
HSV(B) 180.75º 0.68% 0.92% -
XYZ 46.53 65.11 87.96 -
YUV 184.99 155.65 48.84 -
System Red Green Blue C M Y K H S L
Decimal 74 232 234 0.68 0.01 0 0.08 180.75 0.79 0.6
Hex 4A E8 EA 44 1 0 8 B5 4F 3C
Octal 112 350 352 104 1 0 10 265 117 74
Binary 1001010 11101000 11101010 1000100 1 0 1000 10110101 1001111 111100

Color Harmonies of #4AE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE8EA

Black with #4AE8EA

Text Example


Text Example

White with #4AE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,232,234); }

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

background-color css

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

 a { background-color: rgb(74,232,234); }

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

border-color css

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

 span { border-color: rgb(74,232,234); }

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