Html Css Color HEX #46E6DA Turquoise

📋 copy color: '#46E6DA'

red 70 ◦ green 230 ◦ blue 218

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

Shades of Turquoise #46E6DA

Tints of Turquoise #46E6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.4%

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 13.51%
G = 44.4%
B = 42.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#46E6DA (or 0x46E6DA) is known color: Turquoise. HEX triplet: 46, E6 and DA. RGB value is (70,230,218). Sum of RGB (Red+Green+Blue) = 70+230+218=518 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.51% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #46E6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E6DA is #B91925. Grayscale: #B4B4B4. Windows color (decimal): -12130598 or 14345798. OLE color: 14345798.

HSL color Cylindrical-coordinate representation of color #46E6DA: hue angle of 175.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E6DA is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 230 218 -
CMYK 0.70 0 0.05 0.10
HSL 175.5º 0.76% 0.59% -
HSV(B) 175.5º 0.7% 0.9% -
XYZ 43.48 62.96 76.19 -
YUV 180.79 148.99 48.98 -
System Red Green Blue C M Y K H S L
Decimal 70 230 218 0.70 0 0.05 0.10 175.5 0.76 0.59
Hex 46 E6 DA 46 0 5 A B0 4C 3B
Octal 106 346 332 106 0 5 12 260 114 73
Binary 1000110 11100110 11011010 1000110 0 101 1010 10110000 1001100 111011

Color Harmonies of #46E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E6DA

Black with #46E6DA

Text Example


Text Example

White with #46E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,230,218); }

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

background-color css

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

 a { background-color: rgb(70,230,218); }

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

border-color css

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

 span { border-color: rgb(70,230,218); }

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