Html Css Color HEX #4AEFD3 Turquoise

📋 copy color: '#4AEFD3'

red 74 ◦ green 239 ◦ blue 211

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

Shades of Turquoise #4AEFD3

Tints of Turquoise #4AEFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.27%

R = 14.12%
G = 45.61%
B = 40.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#4AEFD3 (or 0x4AEFD3) is known color: Turquoise. HEX triplet: 4A, EF and D3. RGB value is (74,239,211). Sum of RGB (Red+Green+Blue) = 74+239+211=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFD3 is #B5102C. Grayscale: #BABABA. Windows color (decimal): -11866157 or 13889354. OLE color: 13889354.

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

Color convert

RGB 74 239 211 -
CMYK 0.69 0 0.12 0.06
HSL 169.82º 0.84% 0.61% -
HSV(B) 169.82º 0.69% 0.94% -
XYZ 45.45 67.89 72.34 -
YUV 186.47 141.84 47.78 -
System Red Green Blue C M Y K H S L
Decimal 74 239 211 0.69 0 0.12 0.06 169.82 0.84 0.61
Hex 4A EF D3 45 0 C 6 AA 54 3D
Octal 112 357 323 105 0 14 6 252 124 75
Binary 1001010 11101111 11010011 1000101 0 1100 110 10101010 1010100 111101

Color Harmonies of #4AEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEFD3

Black with #4AEFD3

Text Example


Text Example

White with #4AEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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