Html Css Color HEX #46DBD3 Turquoise

📋 copy color: '#46DBD3'

red 70 ◦ green 219 ◦ blue 211

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

Shades of Turquoise #46DBD3

Tints of Turquoise #46DBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 14%
G = 43.8%
B = 42.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#46DBD3 (or 0x46DBD3) is known color: Turquoise. HEX triplet: 46, DB and D3. RGB value is (70,219,211). Sum of RGB (Red+Green+Blue) = 70+219+211=500 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DBD3 is #B9242C. Grayscale: #ADADAD. Windows color (decimal): -12133421 or 13884230. OLE color: 13884230.

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

Color convert

RGB 70 219 211 -
CMYK 0.68 0 0.04 0.14
HSL 176.78º 0.67% 0.57% -
HSV(B) 176.78º 0.68% 0.86% -
XYZ 39.62 56.67 70.48 -
YUV 173.54 149.14 54.15 -
System Red Green Blue C M Y K H S L
Decimal 70 219 211 0.68 0 0.04 0.14 176.78 0.67 0.57
Hex 46 DB D3 44 0 4 E B1 43 39
Octal 106 333 323 104 0 4 16 261 103 71
Binary 1000110 11011011 11010011 1000100 0 100 1110 10110001 1000011 111001

Color Harmonies of #46DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBD3

Black with #46DBD3

Text Example


Text Example

White with #46DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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