Html Css Color HEX #4AEFD0 Turquoise

📋 copy color: '#4AEFD0'

red 74 ◦ green 239 ◦ blue 208

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

Shades of Turquoise #4AEFD0

Tints of Turquoise #4AEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 14.2%
G = 45.87%
B = 39.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#4AEFD0 (or 0x4AEFD0) is known color: Turquoise. HEX triplet: 4A, EF and D0. RGB value is (74,239,208). Sum of RGB (Red+Green+Blue) = 74+239+208=521 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.20% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFD0 is #B5102F. Grayscale: #BABABA. Windows color (decimal): -11866160 or 13692746. OLE color: 13692746.

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

Color convert

RGB 74 239 208 -
CMYK 0.69 0 0.13 0.06
HSL 168.73º 0.84% 0.61% -
HSV(B) 168.73º 0.69% 0.94% -
XYZ 45.08 67.74 70.37 -
YUV 186.13 140.34 48.02 -
System Red Green Blue C M Y K H S L
Decimal 74 239 208 0.69 0 0.13 0.06 168.73 0.84 0.61
Hex 4A EF D0 45 0 D 6 A9 54 3D
Octal 112 357 320 105 0 15 6 251 124 75
Binary 1001010 11101111 11010000 1000101 0 1101 110 10101001 1010100 111101

Color Harmonies of #4AEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEFD0

Black with #4AEFD0

Text Example


Text Example

White with #4AEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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