Html Css Color HEX #46DDD8 Turquoise

📋 copy color: '#46DDD8'

red 70 ◦ green 221 ◦ blue 216

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

Shades of Turquoise #46DDD8

Tints of Turquoise #46DDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.6%

R = 13.81%
G = 43.59%
B = 42.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#46DDD8 (or 0x46DDD8) is known color: Turquoise. HEX triplet: 46, DD and D8. RGB value is (70,221,216). Sum of RGB (Red+Green+Blue) = 70+221+216=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDD8 is #B92227. Grayscale: #AFAFAF. Windows color (decimal): -12132904 or 14212422. OLE color: 14212422.

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

Color convert

RGB 70 221 216 -
CMYK 0.68 0 0.02 0.13
HSL 178.01º 0.69% 0.57% -
HSV(B) 178.01º 0.68% 0.87% -
XYZ 40.78 57.97 74.01 -
YUV 175.28 150.97 52.91 -
System Red Green Blue C M Y K H S L
Decimal 70 221 216 0.68 0 0.02 0.13 178.01 0.69 0.57
Hex 46 DD D8 44 0 2 D B2 45 39
Octal 106 335 330 104 0 2 15 262 105 71
Binary 1000110 11011101 11011000 1000100 0 10 1101 10110010 1000101 111001

Color Harmonies of #46DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DDD8

Black with #46DDD8

Text Example


Text Example

White with #46DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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