Html Css Color HEX #46DBDD Turquoise

📋 copy color: '#46DBDD'

red 70 ◦ green 219 ◦ blue 221

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

Shades of Turquoise #46DBDD

Tints of Turquoise #46DBDD

RGB

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

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

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

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

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 70 219 221 -
CMYK 0.68 0.01 0 0.13
HSL 180.79º 0.69% 0.57% -
HSV(B) 180.79º 0.68% 0.87% -
XYZ 40.91 57.19 77.29 -
YUV 174.68 154.14 53.34 -
System Red Green Blue C M Y K H S L
Decimal 70 219 221 0.68 0.01 0 0.13 180.79 0.69 0.57
Hex 46 DB DD 44 1 0 D B5 45 39
Octal 106 333 335 104 1 0 15 265 105 71
Binary 1000110 11011011 11011101 1000100 1 0 1101 10110101 1000101 111001

Color Harmonies of #46DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DBDD

Black with #46DBDD

Text Example


Text Example

White with #46DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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