Html Css Color HEX #46CDB2 Medium Turquoise

📋 copy color: '#46CDB2'

red 70 ◦ green 205 ◦ blue 178

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

Shades of Medium Turquoise #46CDB2

Tints of Medium Turquoise #46CDB2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.25%

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 15.45%
G = 45.25%
B = 39.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#46CDB2 (or 0x46CDB2) is known color: Medium Turquoise. HEX triplet: 46, CD and B2. RGB value is (70,205,178). Sum of RGB (Red+Green+Blue) = 70+205+178=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CDB2 is #B9324D. Grayscale: #A1A1A1. Windows color (decimal): -12137038 or 11717958. OLE color: 11717958.

HSL color Cylindrical-coordinate representation of color #46CDB2: hue angle of 168º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDB2 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 205 178 -
CMYK 0.66 0 0.13 0.20
HSL 168º 0.57% 0.54% -
HSV(B) 168º 0.66% 0.8% -
XYZ 32.39 48.18 49.71 -
YUV 161.56 137.27 62.7 -
System Red Green Blue C M Y K H S L
Decimal 70 205 178 0.66 0 0.13 0.20 168 0.57 0.54
Hex 46 CD B2 42 0 D 14 A8 39 36
Octal 106 315 262 102 0 15 24 250 71 66
Binary 1000110 11001101 10110010 1000010 0 1101 10100 10101000 111001 110110

Color Harmonies of #46CDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDB2

Black with #46CDB2

Text Example


Text Example

White with #46CDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,205,178); }

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

background-color css

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

 a { background-color: rgb(70,205,178); }

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

border-color css

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

 span { border-color: rgb(70,205,178); }

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