Html Css Color HEX #46DBBE Turquoise

📋 copy color: '#46DBBE'

red 70 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #46DBBE

Tints of Turquoise #46DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 14.61%
G = 45.72%
B = 39.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#46DBBE (or 0x46DBBE) is known color: Turquoise. HEX triplet: 46, DB and BE. RGB value is (70,219,190). Sum of RGB (Red+Green+Blue) = 70+219+190=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBBE is #B92441. Grayscale: #ABABAB. Windows color (decimal): -12133442 or 12507974. OLE color: 12507974.

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

Color convert

RGB 70 219 190 -
CMYK 0.68 0 0.13 0.14
HSL 168.32º 0.67% 0.57% -
HSV(B) 168.32º 0.68% 0.86% -
XYZ 37.15 55.68 57.5 -
YUV 171.14 138.64 55.86 -
System Red Green Blue C M Y K H S L
Decimal 70 219 190 0.68 0 0.13 0.14 168.32 0.67 0.57
Hex 46 DB BE 44 0 D E A8 43 39
Octal 106 333 276 104 0 15 16 250 103 71
Binary 1000110 11011011 10111110 1000100 0 1101 1110 10101000 1000011 111001

Color Harmonies of #46DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBBE

Black with #46DBBE

Text Example


Text Example

White with #46DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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