Html Css Color HEX #46E6DD Turquoise

📋 copy color: '#46E6DD'

red 70 ◦ green 230 ◦ blue 221

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

Shades of Turquoise #46E6DD

Tints of Turquoise #46E6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 13.44%
G = 44.15%
B = 42.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#46E6DD (or 0x46E6DD) is known color: Turquoise. HEX triplet: 46, E6 and DD. RGB value is (70,230,221). Sum of RGB (Red+Green+Blue) = 70+230+221=521 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.44% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #46E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E6DD is #B91922. Grayscale: #B5B5B5. Windows color (decimal): -12130595 or 14542406. OLE color: 14542406.

HSL color Cylindrical-coordinate representation of color #46E6DD: hue angle of 176.62º 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 #46E6DD is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 230 221 -
CMYK 0.70 0 0.04 0.10
HSL 176.63º 0.76% 0.59% -
HSV(B) 176.63º 0.7% 0.9% -
XYZ 43.87 63.12 78.28 -
YUV 181.13 150.49 48.73 -
System Red Green Blue C M Y K H S L
Decimal 70 230 221 0.70 0 0.04 0.10 176.63 0.76 0.59
Hex 46 E6 DD 46 0 4 A B1 4C 3B
Octal 106 346 335 106 0 4 12 261 114 73
Binary 1000110 11100110 11011101 1000110 0 100 1010 10110001 1001100 111011

Color Harmonies of #46E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E6DD

Black with #46E6DD

Text Example


Text Example

White with #46E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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