Html Css Color HEX #46DFDB Turquoise

📋 copy color: '#46DFDB'

red 70 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #46DFDB

Tints of Turquoise #46DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

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

R = 13.67%
G = 43.55%
B = 42.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#46DFDB (or 0x46DFDB) is known color: Turquoise. HEX triplet: 46, DF and DB. RGB value is (70,223,219). Sum of RGB (Red+Green+Blue) = 70+223+219=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #46DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DFDB is #B92024. Grayscale: #B0B0B0. Windows color (decimal): -12132389 or 14409542. OLE color: 14409542.

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

Color convert

RGB 70 223 219 -
CMYK 0.69 0 0.02 0.13
HSL 178.43º 0.71% 0.57% -
HSV(B) 178.43º 0.69% 0.87% -
XYZ 41.7 59.19 76.25 -
YUV 176.8 151.81 51.83 -
System Red Green Blue C M Y K H S L
Decimal 70 223 219 0.69 0 0.02 0.13 178.43 0.71 0.57
Hex 46 DF DB 45 0 2 D B2 47 39
Octal 106 337 333 105 0 2 15 262 107 71
Binary 1000110 11011111 11011011 1000101 0 10 1101 10110010 1000111 111001

Color Harmonies of #46DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DFDB

Black with #46DFDB

Text Example


Text Example

White with #46DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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