Html Css Color HEX #46DBB6 Turquoise

📋 copy color: '#46DBB6'

red 70 ◦ green 219 ◦ blue 182

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

Shades of Turquoise #46DBB6

Tints of Turquoise #46DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 14.86%
G = 46.5%
B = 38.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#46DBB6 (or 0x46DBB6) is known color: Turquoise. HEX triplet: 46, DB and B6. RGB value is (70,219,182). Sum of RGB (Red+Green+Blue) = 70+219+182=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBB6 is #B92449. Grayscale: #AAAAAA. Windows color (decimal): -12133450 or 11983686. OLE color: 11983686.

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

Color convert

RGB 70 219 182 -
CMYK 0.68 0 0.17 0.14
HSL 165.1º 0.67% 0.57% -
HSV(B) 165.1º 0.68% 0.86% -
XYZ 36.3 55.34 53.02 -
YUV 170.23 134.64 56.51 -
System Red Green Blue C M Y K H S L
Decimal 70 219 182 0.68 0 0.17 0.14 165.1 0.67 0.57
Hex 46 DB B6 44 0 11 E A5 43 39
Octal 106 333 266 104 0 21 16 245 103 71
Binary 1000110 11011011 10110110 1000100 0 10001 1110 10100101 1000011 111001

Color Harmonies of #46DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBB6

Black with #46DBB6

Text Example


Text Example

White with #46DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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