Html Css Color HEX #46D0CB Medium Turquoise

📋 copy color: '#46D0CB'

red 70 ◦ green 208 ◦ blue 203

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

Shades of Medium Turquoise #46D0CB

Tints of Medium Turquoise #46D0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 14.55%
G = 43.24%
B = 42.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#46D0CB (or 0x46D0CB) is known color: Medium Turquoise. HEX triplet: 46, D0 and CB. RGB value is (70,208,203). Sum of RGB (Red+Green+Blue) = 70+208+203=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #46D0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D0CB is #B92F34. Grayscale: #A6A6A6. Windows color (decimal): -12136245 or 13357126. OLE color: 13357126.

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

Color convert

RGB 70 208 203 -
CMYK 0.66 0 0.02 0.18
HSL 177.83º 0.59% 0.55% -
HSV(B) 177.83º 0.66% 0.82% -
XYZ 35.86 50.73 64.4 -
YUV 166.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 70 208 203 0.66 0 0.02 0.18 177.83 0.59 0.55
Hex 46 D0 CB 42 0 2 12 B2 3B 37
Octal 106 320 313 102 0 2 22 262 73 67
Binary 1000110 11010000 11001011 1000010 0 10 10010 10110010 111011 110111

Color Harmonies of #46D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D0CB

Black with #46D0CB

Text Example


Text Example

White with #46D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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