Html Css Color HEX #46DEDD Turquoise

📋 copy color: '#46DEDD'

red 70 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #46DEDD

Tints of Turquoise #46DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.27%

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

R = 13.65%
G = 43.27%
B = 43.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#46DEDD (or 0x46DEDD) is known color: Turquoise. HEX triplet: 46, DE and DD. RGB value is (70,222,221). Sum of RGB (Red+Green+Blue) = 70+222+221=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #46DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DEDD is #B92122. Grayscale: #B0B0B0. Windows color (decimal): -12132643 or 14540358. OLE color: 14540358.

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

Color convert

RGB 70 222 221 -
CMYK 0.68 0 0.00 0.13
HSL 179.61º 0.7% 0.57% -
HSV(B) 179.61º 0.68% 0.87% -
XYZ 41.7 58.77 77.55 -
YUV 176.44 153.14 52.08 -
System Red Green Blue C M Y K H S L
Decimal 70 222 221 0.68 0 0.00 0.13 179.61 0.7 0.57
Hex 46 DE DD 44 0 0 D B4 46 39
Octal 106 336 335 104 0 0 15 264 106 71
Binary 1000110 11011110 11011101 1000100 0 0 1101 10110100 1000110 111001

Color Harmonies of #46DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DEDD

Black with #46DEDD

Text Example


Text Example

White with #46DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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