Html Css Color HEX #4AEDBB Turquoise

📋 copy color: '#4AEDBB'

red 74 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #4AEDBB

Tints of Turquoise #4AEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.59%

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 14.86%
G = 47.59%
B = 37.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#4AEDBB (or 0x4AEDBB) is known color: Turquoise. HEX triplet: 4A, ED and BB. RGB value is (74,237,187). Sum of RGB (Red+Green+Blue) = 74+237+187=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDBB is #B51244. Grayscale: #B6B6B6. Windows color (decimal): -11866693 or 12315978. OLE color: 12315978.

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

Color convert

RGB 74 237 187 -
CMYK 0.69 0 0.21 0.07
HSL 161.6º 0.82% 0.61% -
HSV(B) 161.6º 0.69% 0.93% -
XYZ 42.08 65.61 57.46 -
YUV 182.56 130.5 50.57 -
System Red Green Blue C M Y K H S L
Decimal 74 237 187 0.69 0 0.21 0.07 161.6 0.82 0.61
Hex 4A ED BB 45 0 15 7 A2 52 3D
Octal 112 355 273 105 0 25 7 242 122 75
Binary 1001010 11101101 10111011 1000101 0 10101 111 10100010 1010010 111101

Color Harmonies of #4AEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDBB

Black with #4AEDBB

Text Example


Text Example

White with #4AEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,237,187); }

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

background-color css

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

 a { background-color: rgb(74,237,187); }

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

border-color css

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

 span { border-color: rgb(74,237,187); }

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