Html Css Color HEX #4AEFC8 Turquoise

📋 copy color: '#4AEFC8'

red 74 ◦ green 239 ◦ blue 200

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

Shades of Turquoise #4AEFC8

Tints of Turquoise #4AEFC8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.59%

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 14.42%
G = 46.59%
B = 38.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#4AEFC8 (or 0x4AEFC8) is known color: Turquoise. HEX triplet: 4A, EF and C8. RGB value is (74,239,200). Sum of RGB (Red+Green+Blue) = 74+239+200=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFC8 is #B51037. Grayscale: #B9B9B9. Windows color (decimal): -11866168 or 13168458. OLE color: 13168458.

HSL color Cylindrical-coordinate representation of color #4AEFC8: hue angle of 165.82º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEFC8 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 239 200 -
CMYK 0.69 0 0.16 0.06
HSL 165.82º 0.84% 0.61% -
HSV(B) 165.82º 0.69% 0.94% -
XYZ 44.12 67.36 65.32 -
YUV 185.22 136.34 48.67 -
System Red Green Blue C M Y K H S L
Decimal 74 239 200 0.69 0 0.16 0.06 165.82 0.84 0.61
Hex 4A EF C8 45 0 10 6 A6 54 3D
Octal 112 357 310 105 0 20 6 246 124 75
Binary 1001010 11101111 11001000 1000101 0 10000 110 10100110 1010100 111101

Color Harmonies of #4AEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEFC8

Black with #4AEFC8

Text Example


Text Example

White with #4AEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,239,200); }

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

background-color css

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

 a { background-color: rgb(74,239,200); }

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

border-color css

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

 span { border-color: rgb(74,239,200); }

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