Html Css Color HEX #46E9DA Turquoise

📋 copy color: '#46E9DA'

red 70 ◦ green 233 ◦ blue 218

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

Shades of Turquoise #46E9DA

Tints of Turquoise #46E9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

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

R = 13.44%
G = 44.72%
B = 41.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#46E9DA (or 0x46E9DA) is known color: Turquoise. HEX triplet: 46, E9 and DA. RGB value is (70,233,218). Sum of RGB (Red+Green+Blue) = 70+233+218=521 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.44% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #46E9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E9DA is #B91625. Grayscale: #B6B6B6. Windows color (decimal): -12129830 or 14346566. OLE color: 14346566.

HSL color Cylindrical-coordinate representation of color #46E9DA: hue angle of 174.48º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E9DA is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 233 218 -
CMYK 0.70 0 0.06 0.09
HSL 174.48º 0.79% 0.59% -
HSV(B) 174.48º 0.7% 0.91% -
XYZ 44.32 64.64 76.47 -
YUV 182.55 148 47.72 -
System Red Green Blue C M Y K H S L
Decimal 70 233 218 0.70 0 0.06 0.09 174.48 0.79 0.59
Hex 46 E9 DA 46 0 6 9 AE 4F 3B
Octal 106 351 332 106 0 6 11 256 117 73
Binary 1000110 11101001 11011010 1000110 0 110 1001 10101110 1001111 111011

Color Harmonies of #46E9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E9DA

Black with #46E9DA

Text Example


Text Example

White with #46E9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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