Html Css Color HEX #46DDB9 Turquoise

📋 copy color: '#46DDB9'

red 70 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #46DDB9

Tints of Turquoise #46DDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.87%

R = 14.71%
G = 46.43%
B = 38.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#46DDB9 (or 0x46DDB9) is known color: Turquoise. HEX triplet: 46, DD and B9. RGB value is (70,221,185). Sum of RGB (Red+Green+Blue) = 70+221+185=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDB9 is #B92246. Grayscale: #ABABAB. Windows color (decimal): -12132935 or 12180806. OLE color: 12180806.

HSL color Cylindrical-coordinate representation of color #46DDB9: hue angle of 165.7º 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 #46DDB9 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 185 -
CMYK 0.68 0 0.16 0.13
HSL 165.7º 0.69% 0.57% -
HSV(B) 165.7º 0.68% 0.87% -
XYZ 37.14 56.52 54.85 -
YUV 171.75 135.47 55.43 -
System Red Green Blue C M Y K H S L
Decimal 70 221 185 0.68 0 0.16 0.13 165.7 0.69 0.57
Hex 46 DD B9 44 0 10 D A6 45 39
Octal 106 335 271 104 0 20 15 246 105 71
Binary 1000110 11011101 10111001 1000100 0 10000 1101 10100110 1000101 111001

Color Harmonies of #46DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDB9

Black with #46DDB9

Text Example


Text Example

White with #46DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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