Html Css Color HEX #46DCDD Turquoise

📋 copy color: '#46DCDD'

red 70 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #46DCDD

Tints of Turquoise #46DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

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

R = 13.7%
G = 43.05%
B = 43.25%

CMYK

 C value IS 0.68

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46DCDD (or 0x46DCDD) is known color: Turquoise. HEX triplet: 46, DC and DD. RGB value is (70,220,221). Sum of RGB (Red+Green+Blue) = 70+220+221=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #46DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCDD is #B92322. Grayscale: #AFAFAF. Windows color (decimal): -12133155 or 14539846. OLE color: 14539846.

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

Color convert

RGB 70 220 221 -
CMYK 0.68 0.00 0 0.13
HSL 180.4º 0.69% 0.57% -
HSV(B) 180.4º 0.68% 0.87% -
XYZ 41.17 57.71 77.38 -
YUV 175.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 70 220 221 0.68 0.00 0 0.13 180.4 0.69 0.57
Hex 46 DC DD 44 0 0 D B4 45 39
Octal 106 334 335 104 0 0 15 264 105 71
Binary 1000110 11011100 11011101 1000100 0 0 1101 10110100 1000101 111001

Color Harmonies of #46DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DCDD

Black with #46DCDD

Text Example


Text Example

White with #46DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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