Html Css Color HEX #4AEEE4 Turquoise

📋 copy color: '#4AEEE4'

red 74 ◦ green 238 ◦ blue 228

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

Shades of Turquoise #4AEEE4

Tints of Turquoise #4AEEE4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 13.7%
G = 44.07%
B = 42.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#4AEEE4 (or 0x4AEEE4) is known color: Turquoise. HEX triplet: 4A, EE and E4. RGB value is (74,238,228). Sum of RGB (Red+Green+Blue) = 74+238+228=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEEE4 is #B5111B. Grayscale: #BBBBBB. Windows color (decimal): -11866396 or 15003210. OLE color: 15003210.

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

Color convert

RGB 74 238 228 -
CMYK 0.69 0 0.04 0.07
HSL 176.34º 0.83% 0.61% -
HSV(B) 176.34º 0.69% 0.93% -
XYZ 47.4 68.21 84.07 -
YUV 187.82 150.67 46.81 -
System Red Green Blue C M Y K H S L
Decimal 74 238 228 0.69 0 0.04 0.07 176.34 0.83 0.61
Hex 4A EE E4 45 0 4 7 B0 53 3D
Octal 112 356 344 105 0 4 7 260 123 75
Binary 1001010 11101110 11100100 1000101 0 100 111 10110000 1010011 111101

Color Harmonies of #4AEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEEE4

Black with #4AEEE4

Text Example


Text Example

White with #4AEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,238,228); }

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

background-color css

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

 a { background-color: rgb(74,238,228); }

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

border-color css

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

 span { border-color: rgb(74,238,228); }

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