Html Css Color HEX #46D9DB Turquoise

📋 copy color: '#46D9DB'

red 70 ◦ green 217 ◦ blue 219

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

Shades of Turquoise #46D9DB

Tints of Turquoise #46D9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 13.83%
G = 42.89%
B = 43.28%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46D9DB (or 0x46D9DB) is known color: Turquoise. HEX triplet: 46, D9 and DB. RGB value is (70,217,219). Sum of RGB (Red+Green+Blue) = 70+217+219=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #46D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9DB is #B92624. Grayscale: #ADADAD. Windows color (decimal): -12133925 or 14408006. OLE color: 14408006.

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

Color convert

RGB 70 217 219 -
CMYK 0.68 0.01 0 0.14
HSL 180.81º 0.67% 0.57% -
HSV(B) 180.81º 0.68% 0.86% -
XYZ 40.12 56.04 75.72 -
YUV 173.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 70 217 219 0.68 0.01 0 0.14 180.81 0.67 0.57
Hex 46 D9 DB 44 1 0 E B5 43 39
Octal 106 331 333 104 1 0 16 265 103 71
Binary 1000110 11011001 11011011 1000100 1 0 1110 10110101 1000011 111001

Color Harmonies of #46D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D9DB

Black with #46D9DB

Text Example


Text Example

White with #46D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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