Html Css Color HEX #46EABD Turquoise

📋 copy color: '#46EABD'

red 70 ◦ green 234 ◦ blue 189

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

Shades of Turquoise #46EABD

Tints of Turquoise #46EABD

RGB

 RED value IS 70 (27.73% from 255) = 14.2%

 GREEN value IS 234 (91.8% from 255) = 47.46%

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 14.2%
G = 47.46%
B = 38.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#46EABD (or 0x46EABD) is known color: Turquoise. HEX triplet: 46, EA and BD. RGB value is (70,234,189). Sum of RGB (Red+Green+Blue) = 70+234+189=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #46EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EABD is #B91542. Grayscale: #B3B3B3. Windows color (decimal): -12129603 or 12446278. OLE color: 12446278.

HSL color Cylindrical-coordinate representation of color #46EABD: hue angle of 163.54º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EABD is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 234 189 -
CMYK 0.70 0 0.19 0.08
HSL 163.54º 0.8% 0.6% -
HSV(B) 163.54º 0.7% 0.92% -
XYZ 41.13 63.82 58.29 -
YUV 179.83 133.17 49.66 -
System Red Green Blue C M Y K H S L
Decimal 70 234 189 0.70 0 0.19 0.08 163.54 0.8 0.6
Hex 46 EA BD 46 0 13 8 A4 50 3C
Octal 106 352 275 106 0 23 10 244 120 74
Binary 1000110 11101010 10111101 1000110 0 10011 1000 10100100 1010000 111100

Color Harmonies of #46EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EABD

Black with #46EABD

Text Example


Text Example

White with #46EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46EABD; }

 p { color: rgb(70,234,189); }

 H1.HeaderClassName
 {
   color: #46EABD;
 }
 .AnyTagClassName
 {
   color: #46EABD;
 }
</style>

background-color css

<style>
 a { background-color: #46EABD; }

 a { background-color: rgb(70,234,189); }

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

border-color css

<style>
 span { border-color: #46EABD; }

 span { border-color: rgb(70,234,189); }

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