Html Css Color HEX #46DBB2 Turquoise

📋 copy color: '#46DBB2'

red 70 ◦ green 219 ◦ blue 178

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

Shades of Turquoise #46DBB2

Tints of Turquoise #46DBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 14.99%
G = 46.9%
B = 38.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#46DBB2 (or 0x46DBB2) is known color: Turquoise. HEX triplet: 46, DB and B2. RGB value is (70,219,178). Sum of RGB (Red+Green+Blue) = 70+219+178=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DBB2 is #B9244D. Grayscale: #A9A9A9. Windows color (decimal): -12133454 or 11721542. OLE color: 11721542.

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

Color convert

RGB 70 219 178 -
CMYK 0.68 0 0.19 0.14
HSL 163.49º 0.67% 0.57% -
HSV(B) 163.49º 0.68% 0.86% -
XYZ 35.89 55.18 50.88 -
YUV 169.78 132.64 56.83 -
System Red Green Blue C M Y K H S L
Decimal 70 219 178 0.68 0 0.19 0.14 163.49 0.67 0.57
Hex 46 DB B2 44 0 13 E A3 43 39
Octal 106 333 262 104 0 23 16 243 103 71
Binary 1000110 11011011 10110010 1000100 0 10011 1110 10100011 1000011 111001

Color Harmonies of #46DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBB2

Black with #46DBB2

Text Example


Text Example

White with #46DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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