Html Css Color HEX #46DDDB Turquoise

📋 copy color: '#46DDDB'

red 70 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #46DDDB

Tints of Turquoise #46DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

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

R = 13.73%
G = 43.33%
B = 42.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#46DDDB (or 0x46DDDB) is known color: Turquoise. HEX triplet: 46, DD and DB. RGB value is (70,221,219). Sum of RGB (Red+Green+Blue) = 70+221+219=510 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.73% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDDB is #B92224. Grayscale: #AFAFAF. Windows color (decimal): -12132901 or 14409030. OLE color: 14409030.

HSL color Cylindrical-coordinate representation of color #46DDDB: hue angle of 179.21º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DDDB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 219 -
CMYK 0.68 0 0.01 0.13
HSL 179.21º 0.69% 0.57% -
HSV(B) 179.21º 0.68% 0.87% -
XYZ 41.17 58.13 76.07 -
YUV 175.62 152.47 52.66 -
System Red Green Blue C M Y K H S L
Decimal 70 221 219 0.68 0 0.01 0.13 179.21 0.69 0.57
Hex 46 DD DB 44 0 1 D B3 45 39
Octal 106 335 333 104 0 1 15 263 105 71
Binary 1000110 11011101 11011011 1000100 0 1 1101 10110011 1000101 111001

Color Harmonies of #46DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDDB

Black with #46DDDB

Text Example


Text Example

White with #46DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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