Html Css Color HEX #46E5D5 Turquoise

📋 copy color: '#46E5D5'

red 70 ◦ green 229 ◦ blue 213

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

Shades of Turquoise #46E5D5

Tints of Turquoise #46E5D5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.73%

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

R = 13.67%
G = 44.73%
B = 41.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#46E5D5 (or 0x46E5D5) is known color: Turquoise. HEX triplet: 46, E5 and D5. RGB value is (70,229,213). Sum of RGB (Red+Green+Blue) = 70+229+213=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #46E5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E5D5 is #B91A2A. Grayscale: #B3B3B3. Windows color (decimal): -12130859 or 14017862. OLE color: 14017862.

HSL color Cylindrical-coordinate representation of color #46E5D5: hue angle of 173.96º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E5D5 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 229 213 -
CMYK 0.69 0 0.07 0.10
HSL 173.96º 0.75% 0.59% -
HSV(B) 173.96º 0.69% 0.9% -
XYZ 42.56 62.14 72.7 -
YUV 179.64 146.82 49.8 -
System Red Green Blue C M Y K H S L
Decimal 70 229 213 0.69 0 0.07 0.10 173.96 0.75 0.59
Hex 46 E5 D5 45 0 7 A AE 4B 3B
Octal 106 345 325 105 0 7 12 256 113 73
Binary 1000110 11100101 11010101 1000101 0 111 1010 10101110 1001011 111011

Color Harmonies of #46E5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E5D5

Black with #46E5D5

Text Example


Text Example

White with #46E5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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