Html Css Color HEX #46CBDC Medium Turquoise

📋 copy color: '#46CBDC'

red 70 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #46CBDC

Tints of Medium Turquoise #46CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 14.2%
G = 41.18%
B = 44.62%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46CBDC (or 0x46CBDC) is known color: Medium Turquoise. HEX triplet: 46, CB and DC. RGB value is (70,203,220). Sum of RGB (Red+Green+Blue) = 70+203+220=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #46CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBDC is #B93423. Grayscale: #A4A4A4. Windows color (decimal): -12137508 or 14469958. OLE color: 14469958.

HSL color Cylindrical-coordinate representation of color #46CBDC: hue angle of 186.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CBDC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 203 220 -
CMYK 0.68 0.08 0 0.14
HSL 186.8º 0.68% 0.57% -
HSV(B) 186.8º 0.68% 0.86% -
XYZ 36.8 49.18 75.26 -
YUV 165.17 158.94 60.12 -
System Red Green Blue C M Y K H S L
Decimal 70 203 220 0.68 0.08 0 0.14 186.8 0.68 0.57
Hex 46 CB DC 44 8 0 E BB 44 39
Octal 106 313 334 104 10 0 16 273 104 71
Binary 1000110 11001011 11011100 1000100 1000 0 1110 10111011 1000100 111001

Color Harmonies of #46CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBDC

Black with #46CBDC

Text Example


Text Example

White with #46CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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