Html Css Color HEX #46DBBB Turquoise

📋 copy color: '#46DBBB'

red 70 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #46DBBB

Tints of Turquoise #46DBBB

RGB

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

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

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

R = 14.71%
G = 46.01%
B = 39.29%

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

#46DBBB (or 0x46DBBB) is known color: Turquoise. HEX triplet: 46, DB and BB. RGB value is (70,219,187). Sum of RGB (Red+Green+Blue) = 70+219+187=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBBB is #B92444. Grayscale: #AAAAAA. Windows color (decimal): -12133445 or 12311366. OLE color: 12311366.

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

Color convert

RGB 70 219 187 -
CMYK 0.68 0 0.15 0.14
HSL 167.11º 0.67% 0.57% -
HSV(B) 167.11º 0.68% 0.86% -
XYZ 36.83 55.55 55.8 -
YUV 170.8 137.14 56.1 -
System Red Green Blue C M Y K H S L
Decimal 70 219 187 0.68 0 0.15 0.14 167.11 0.67 0.57
Hex 46 DB BB 44 0 F E A7 43 39
Octal 106 333 273 104 0 17 16 247 103 71
Binary 1000110 11011011 10111011 1000100 0 1111 1110 10100111 1000011 111001

Color Harmonies of #46DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBBB

Black with #46DBBB

Text Example


Text Example

White with #46DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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