Html Css Color HEX #46DCBB Turquoise

📋 copy color: '#46DCBB'

red 70 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #46DCBB

Tints of Turquoise #46DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 14.68%
G = 46.12%
B = 39.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#46DCBB (or 0x46DCBB) is known color: Turquoise. HEX triplet: 46, DC and BB. RGB value is (70,220,187). Sum of RGB (Red+Green+Blue) = 70+220+187=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCBB is #B92344. Grayscale: #ABABAB. Windows color (decimal): -12133189 or 12311622. OLE color: 12311622.

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

Color convert

RGB 70 220 187 -
CMYK 0.68 0 0.15 0.14
HSL 166.8º 0.68% 0.57% -
HSV(B) 166.8º 0.68% 0.86% -
XYZ 37.09 56.08 55.88 -
YUV 171.39 136.81 55.68 -
System Red Green Blue C M Y K H S L
Decimal 70 220 187 0.68 0 0.15 0.14 166.8 0.68 0.57
Hex 46 DC BB 44 0 F E A7 44 39
Octal 106 334 273 104 0 17 16 247 104 71
Binary 1000110 11011100 10111011 1000100 0 1111 1110 10100111 1000100 111001

Color Harmonies of #46DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DCBB

Black with #46DCBB

Text Example


Text Example

White with #46DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,220,187); }

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

background-color css

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

 a { background-color: rgb(70,220,187); }

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

border-color css

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

 span { border-color: rgb(70,220,187); }

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