Html Css Color HEX #4AEAED Turquoise

📋 copy color: '#4AEAED'

red 74 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #4AEAED

Tints of Turquoise #4AEAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 13.58%
G = 42.94%
B = 43.49%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AEAED (or 0x4AEAED) is known color: Turquoise. HEX triplet: 4A, EA and ED. RGB value is (74,234,237). Sum of RGB (Red+Green+Blue) = 74+234+237=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AEAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEAED is #B51512. Grayscale: #BABABA. Windows color (decimal): -11867411 or 15592010. OLE color: 15592010.

HSL color Cylindrical-coordinate representation of color #4AEAED: hue angle of 181.1º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEAED is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 234 237 -
CMYK 0.69 0.01 0 0.07
HSL 181.1º 0.82% 0.61% -
HSV(B) 181.1º 0.69% 0.93% -
XYZ 47.53 66.42 90.44 -
YUV 186.5 156.49 47.76 -
System Red Green Blue C M Y K H S L
Decimal 74 234 237 0.69 0.01 0 0.07 181.1 0.82 0.61
Hex 4A EA ED 45 1 0 7 B5 52 3D
Octal 112 352 355 105 1 0 7 265 122 75
Binary 1001010 11101010 11101101 1000101 1 0 111 10110101 1010010 111101

Color Harmonies of #4AEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEAED

Black with #4AEAED

Text Example


Text Example

White with #4AEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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