Html Css Color HEX #4AEEE2 Turquoise

📋 copy color: '#4AEEE2'

red 74 ◦ green 238 ◦ blue 226

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

Shades of Turquoise #4AEEE2

Tints of Turquoise #4AEEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.01%

R = 13.75%
G = 44.24%
B = 42.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#4AEEE2 (or 0x4AEEE2) is known color: Turquoise. HEX triplet: 4A, EE and E2. RGB value is (74,238,226). Sum of RGB (Red+Green+Blue) = 74+238+226=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEEE2 is #B5111D. Grayscale: #BBBBBB. Windows color (decimal): -11866398 or 14872138. OLE color: 14872138.

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

Color convert

RGB 74 238 226 -
CMYK 0.69 0 0.05 0.07
HSL 175.61º 0.83% 0.61% -
HSV(B) 175.61º 0.69% 0.93% -
XYZ 47.13 68.1 82.61 -
YUV 187.6 149.67 46.98 -
System Red Green Blue C M Y K H S L
Decimal 74 238 226 0.69 0 0.05 0.07 175.61 0.83 0.61
Hex 4A EE E2 45 0 5 7 B0 53 3D
Octal 112 356 342 105 0 5 7 260 123 75
Binary 1001010 11101110 11100010 1000101 0 101 111 10110000 1010011 111101

Color Harmonies of #4AEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEEE2

Black with #4AEEE2

Text Example


Text Example

White with #4AEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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