Html Css Color HEX #4AEECB Turquoise

📋 copy color: '#4AEECB'

red 74 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #4AEECB

Tints of Turquoise #4AEECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 14.37%
G = 46.21%
B = 39.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#4AEECB (or 0x4AEECB) is known color: Turquoise. HEX triplet: 4A, EE and CB. RGB value is (74,238,203). Sum of RGB (Red+Green+Blue) = 74+238+203=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEECB is #B51134. Grayscale: #B8B8B8. Windows color (decimal): -11866421 or 13364810. OLE color: 13364810.

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

Color convert

RGB 74 238 203 -
CMYK 0.69 0 0.15 0.07
HSL 167.2º 0.83% 0.61% -
HSV(B) 167.2º 0.69% 0.93% -
XYZ 44.18 66.92 67.09 -
YUV 184.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 74 238 203 0.69 0 0.15 0.07 167.2 0.83 0.61
Hex 4A EE CB 45 0 F 7 A7 53 3D
Octal 112 356 313 105 0 17 7 247 123 75
Binary 1001010 11101110 11001011 1000101 0 1111 111 10100111 1010011 111101

Color Harmonies of #4AEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEECB

Black with #4AEECB

Text Example


Text Example

White with #4AEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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