Html Css Color HEX #46E4D1 Turquoise

📋 copy color: '#46E4D1'

red 70 ◦ green 228 ◦ blue 209

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

Shades of Turquoise #46E4D1

Tints of Turquoise #46E4D1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.97%

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 13.81%
G = 44.97%
B = 41.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#46E4D1 (or 0x46E4D1) is known color: Turquoise. HEX triplet: 46, E4 and D1. RGB value is (70,228,209). Sum of RGB (Red+Green+Blue) = 70+228+209=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #46E4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E4D1 is #B91B2E. Grayscale: #B2B2B2. Windows color (decimal): -12131119 or 13755462. OLE color: 13755462.

HSL color Cylindrical-coordinate representation of color #46E4D1: hue angle of 172.78º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E4D1 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 228 209 -
CMYK 0.69 0 0.08 0.11
HSL 172.78º 0.75% 0.58% -
HSV(B) 172.78º 0.69% 0.89% -
XYZ 41.78 61.39 69.97 -
YUV 178.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 70 228 209 0.69 0 0.08 0.11 172.78 0.75 0.58
Hex 46 E4 D1 45 0 8 B AD 4B 3A
Octal 106 344 321 105 0 10 13 255 113 72
Binary 1000110 11100100 11010001 1000101 0 1000 1011 10101101 1001011 111010

Color Harmonies of #46E4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E4D1

Black with #46E4D1

Text Example


Text Example

White with #46E4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,228,209); }

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

background-color css

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

 a { background-color: rgb(70,228,209); }

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

border-color css

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

 span { border-color: rgb(70,228,209); }

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