Html Css Color HEX #46DBB7 Turquoise

📋 copy color: '#46DBB7'

red 70 ◦ green 219 ◦ blue 183

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

Shades of Turquoise #46DBB7

Tints of Turquoise #46DBB7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 14.83%
G = 46.4%
B = 38.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#46DBB7 (or 0x46DBB7) is known color: Turquoise. HEX triplet: 46, DB and B7. RGB value is (70,219,183). Sum of RGB (Red+Green+Blue) = 70+219+183=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBB7 is #B92448. Grayscale: #AAAAAA. Windows color (decimal): -12133449 or 12049222. OLE color: 12049222.

HSL color Cylindrical-coordinate representation of color #46DBB7: hue angle of 165.5º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DBB7 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 219 183 -
CMYK 0.68 0 0.16 0.14
HSL 165.5º 0.67% 0.57% -
HSV(B) 165.5º 0.68% 0.86% -
XYZ 36.4 55.38 53.57 -
YUV 170.35 135.14 56.43 -
System Red Green Blue C M Y K H S L
Decimal 70 219 183 0.68 0 0.16 0.14 165.5 0.67 0.57
Hex 46 DB B7 44 0 10 E A6 43 39
Octal 106 333 267 104 0 20 16 246 103 71
Binary 1000110 11011011 10110111 1000100 0 10000 1110 10100110 1000011 111001

Color Harmonies of #46DBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBB7

Black with #46DBB7

Text Example


Text Example

White with #46DBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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