Html Css Color HEX #46DDB7 Turquoise

📋 copy color: '#46DDB7'

red 70 ◦ green 221 ◦ blue 183

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

Shades of Turquoise #46DDB7

Tints of Turquoise #46DDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 14.77%
G = 46.62%
B = 38.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#46DDB7 (or 0x46DDB7) is known color: Turquoise. HEX triplet: 46, DD and B7. RGB value is (70,221,183). Sum of RGB (Red+Green+Blue) = 70+221+183=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDB7 is #B92248. Grayscale: #ABABAB. Windows color (decimal): -12132937 or 12049734. OLE color: 12049734.

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

Color convert

RGB 70 221 183 -
CMYK 0.68 0 0.17 0.13
HSL 164.9º 0.69% 0.57% -
HSV(B) 164.9º 0.68% 0.87% -
XYZ 36.93 56.43 53.75 -
YUV 171.52 134.47 55.59 -
System Red Green Blue C M Y K H S L
Decimal 70 221 183 0.68 0 0.17 0.13 164.9 0.69 0.57
Hex 46 DD B7 44 0 11 D A5 45 39
Octal 106 335 267 104 0 21 15 245 105 71
Binary 1000110 11011101 10110111 1000100 0 10001 1101 10100101 1000101 111001

Color Harmonies of #46DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDB7

Black with #46DDB7

Text Example


Text Example

White with #46DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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