Html Css Color HEX #46E4D5 Turquoise

📋 copy color: '#46E4D5'

red 70 ◦ green 228 ◦ blue 213

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

Shades of Turquoise #46E4D5

Tints of Turquoise #46E4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.68%

R = 13.7%
G = 44.62%
B = 41.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#46E4D5 (or 0x46E4D5) is known color: Turquoise. HEX triplet: 46, E4 and D5. RGB value is (70,228,213). Sum of RGB (Red+Green+Blue) = 70+228+213=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #46E4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E4D5 is #B91B2A. Grayscale: #B2B2B2. Windows color (decimal): -12131115 or 14017606. OLE color: 14017606.

HSL color Cylindrical-coordinate representation of color #46E4D5: hue angle of 174.3º 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 #46E4D5 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 228 213 -
CMYK 0.69 0 0.07 0.11
HSL 174.3º 0.75% 0.58% -
HSV(B) 174.3º 0.69% 0.89% -
XYZ 42.28 61.59 72.61 -
YUV 179.05 147.15 50.22 -
System Red Green Blue C M Y K H S L
Decimal 70 228 213 0.69 0 0.07 0.11 174.3 0.75 0.58
Hex 46 E4 D5 45 0 7 B AE 4B 3A
Octal 106 344 325 105 0 7 13 256 113 72
Binary 1000110 11100100 11010101 1000101 0 111 1011 10101110 1001011 111010

Color Harmonies of #46E4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E4D5

Black with #46E4D5

Text Example


Text Example

White with #46E4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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