Html Css Color HEX #46DBC1 Turquoise

📋 copy color: '#46DBC1'

red 70 ◦ green 219 ◦ blue 193

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

Shades of Turquoise #46DBC1

Tints of Turquoise #46DBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 14.52%
G = 45.44%
B = 40.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#46DBC1 (or 0x46DBC1) is known color: Turquoise. HEX triplet: 46, DB and C1. RGB value is (70,219,193). Sum of RGB (Red+Green+Blue) = 70+219+193=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBC1 is #B9243E. Grayscale: #ABABAB. Windows color (decimal): -12133439 or 12704582. OLE color: 12704582.

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

Color convert

RGB 70 219 193 -
CMYK 0.68 0 0.12 0.14
HSL 169.53º 0.67% 0.57% -
HSV(B) 169.53º 0.68% 0.86% -
XYZ 37.48 55.82 59.25 -
YUV 171.49 140.14 55.61 -
System Red Green Blue C M Y K H S L
Decimal 70 219 193 0.68 0 0.12 0.14 169.53 0.67 0.57
Hex 46 DB C1 44 0 C E AA 43 39
Octal 106 333 301 104 0 14 16 252 103 71
Binary 1000110 11011011 11000001 1000100 0 1100 1110 10101010 1000011 111001

Color Harmonies of #46DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBC1

Black with #46DBC1

Text Example


Text Example

White with #46DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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