Html Css Color HEX #46DDDA Turquoise

📋 copy color: '#46DDDA'

red 70 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #46DDDA

Tints of Turquoise #46DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 13.75%
G = 43.42%
B = 42.83%

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

#46DDDA (or 0x46DDDA) is known color: Turquoise. HEX triplet: 46, DD and DA. RGB value is (70,221,218). Sum of RGB (Red+Green+Blue) = 70+221+218=509 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.75% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDDA is #B92225. Grayscale: #AFAFAF. Windows color (decimal): -12132902 or 14343494. OLE color: 14343494.

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

Color convert

RGB 70 221 218 -
CMYK 0.68 0 0.01 0.13
HSL 178.81º 0.69% 0.57% -
HSV(B) 178.81º 0.68% 0.87% -
XYZ 41.04 58.08 75.38 -
YUV 175.51 151.97 52.74 -
System Red Green Blue C M Y K H S L
Decimal 70 221 218 0.68 0 0.01 0.13 178.81 0.69 0.57
Hex 46 DD DA 44 0 1 D B3 45 39
Octal 106 335 332 104 0 1 15 263 105 71
Binary 1000110 11011101 11011010 1000100 0 1 1101 10110011 1000101 111001

Color Harmonies of #46DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDDA

Black with #46DDDA

Text Example


Text Example

White with #46DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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