Html Css Color HEX #46DDD2 Turquoise

📋 copy color: '#46DDD2'

red 70 ◦ green 221 ◦ blue 210

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

Shades of Turquoise #46DDD2

Tints of Turquoise #46DDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 13.97%
G = 44.11%
B = 41.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#46DDD2 (or 0x46DDD2) is known color: Turquoise. HEX triplet: 46, DD and D2. RGB value is (70,221,210). Sum of RGB (Red+Green+Blue) = 70+221+210=501 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.97% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDD2 is #B9222D. Grayscale: #AEAEAE. Windows color (decimal): -12132910 or 13819206. OLE color: 13819206.

HSL color Cylindrical-coordinate representation of color #46DDD2: hue angle of 175.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DDD2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 210 -
CMYK 0.68 0 0.05 0.13
HSL 175.63º 0.69% 0.57% -
HSV(B) 175.63º 0.68% 0.87% -
XYZ 40.02 57.67 69.99 -
YUV 174.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 70 221 210 0.68 0 0.05 0.13 175.63 0.69 0.57
Hex 46 DD D2 44 0 5 D B0 45 39
Octal 106 335 322 104 0 5 15 260 105 71
Binary 1000110 11011101 11010010 1000100 0 101 1101 10110000 1000101 111001

Color Harmonies of #46DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDD2

Black with #46DDD2

Text Example


Text Example

White with #46DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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