Html Css Color HEX #4AEBC7 Turquoise

📋 copy color: '#4AEBC7'

red 74 ◦ green 235 ◦ blue 199

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

Shades of Turquoise #4AEBC7

Tints of Turquoise #4AEBC7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.26%

 BLUE value IS 199 (78.13% from 255) = 39.17%

R = 14.57%
G = 46.26%
B = 39.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#4AEBC7 (or 0x4AEBC7) is known color: Turquoise. HEX triplet: 4A, EB and C7. RGB value is (74,235,199). Sum of RGB (Red+Green+Blue) = 74+235+199=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBC7 is #B51438. Grayscale: #B6B6B6. Windows color (decimal): -11867193 or 13101898. OLE color: 13101898.

HSL color Cylindrical-coordinate representation of color #4AEBC7: hue angle of 166.58º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBC7 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 199 -
CMYK 0.69 0 0.15 0.08
HSL 166.58º 0.8% 0.61% -
HSV(B) 166.58º 0.69% 0.92% -
XYZ 42.84 65 64.32 -
YUV 182.76 137.16 50.43 -
System Red Green Blue C M Y K H S L
Decimal 74 235 199 0.69 0 0.15 0.08 166.58 0.8 0.61
Hex 4A EB C7 45 0 F 8 A7 50 3D
Octal 112 353 307 105 0 17 10 247 120 75
Binary 1001010 11101011 11000111 1000101 0 1111 1000 10100111 1010000 111101

Color Harmonies of #4AEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBC7

Black with #4AEBC7

Text Example


Text Example

White with #4AEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,199); }

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

background-color css

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

 a { background-color: rgb(74,235,199); }

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

border-color css

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

 span { border-color: rgb(74,235,199); }

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