Html Css Color HEX #46D1DB Medium Turquoise

📋 copy color: '#46D1DB'

red 70 ◦ green 209 ◦ blue 219

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

Shades of Medium Turquoise #46D1DB

Tints of Medium Turquoise #46D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 14.06%
G = 41.97%
B = 43.98%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46D1DB (or 0x46D1DB) is known color: Medium Turquoise. HEX triplet: 46, D1 and DB. RGB value is (70,209,219). Sum of RGB (Red+Green+Blue) = 70+209+219=498 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.06% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #46D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1DB is #B92E24. Grayscale: #A8A8A8. Windows color (decimal): -12135973 or 14405958. OLE color: 14405958.

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

Color convert

RGB 70 209 219 -
CMYK 0.68 0.05 0 0.14
HSL 184.03º 0.67% 0.57% -
HSV(B) 184.03º 0.68% 0.86% -
XYZ 38.11 52.02 75.05 -
YUV 168.58 156.45 57.69 -
System Red Green Blue C M Y K H S L
Decimal 70 209 219 0.68 0.05 0 0.14 184.03 0.67 0.57
Hex 46 D1 DB 44 5 0 E B8 43 39
Octal 106 321 333 104 5 0 16 270 103 71
Binary 1000110 11010001 11011011 1000100 101 0 1110 10111000 1000011 111001

Color Harmonies of #46D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D1DB

Black with #46D1DB

Text Example


Text Example

White with #46D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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