Html Css Color HEX #46D0CE Medium Turquoise

📋 copy color: '#46D0CE'

red 70 ◦ green 208 ◦ blue 206

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

Shades of Medium Turquoise #46D0CE

Tints of Medium Turquoise #46D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 14.46%
G = 42.98%
B = 42.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#46D0CE (or 0x46D0CE) is known color: Medium Turquoise. HEX triplet: 46, D0 and CE. RGB value is (70,208,206). Sum of RGB (Red+Green+Blue) = 70+208+206=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #46D0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D0CE is #B92F31. Grayscale: #A6A6A6. Windows color (decimal): -12136242 or 13553734. OLE color: 13553734.

HSL color Cylindrical-coordinate representation of color #46D0CE: hue angle of 179.13º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D0CE is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 206 -
CMYK 0.66 0 0.01 0.18
HSL 179.13º 0.59% 0.55% -
HSV(B) 179.13º 0.66% 0.82% -
XYZ 36.22 50.87 66.3 -
YUV 166.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 70 208 206 0.66 0 0.01 0.18 179.13 0.59 0.55
Hex 46 D0 CE 42 0 1 12 B3 3B 37
Octal 106 320 316 102 0 1 22 263 73 67
Binary 1000110 11010000 11001110 1000010 0 1 10010 10110011 111011 110111

Color Harmonies of #46D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D0CE

Black with #46D0CE

Text Example


Text Example

White with #46D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,206); }

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

background-color css

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

 a { background-color: rgb(70,208,206); }

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

border-color css

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

 span { border-color: rgb(70,208,206); }

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