Html Css Color HEX #46CEC7 Medium Turquoise

📋 copy color: '#46CEC7'

red 70 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #46CEC7

Tints of Medium Turquoise #46CEC7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 14.74%
G = 43.37%
B = 41.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#46CEC7 (or 0x46CEC7) is known color: Medium Turquoise. HEX triplet: 46, CE and C7. RGB value is (70,206,199). Sum of RGB (Red+Green+Blue) = 70+206+199=475 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.74% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEC7 is #B93138. Grayscale: #A4A4A4. Windows color (decimal): -12136761 or 13094470. OLE color: 13094470.

HSL color Cylindrical-coordinate representation of color #46CEC7: hue angle of 176.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEC7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 206 199 -
CMYK 0.66 0 0.03 0.19
HSL 176.91º 0.58% 0.54% -
HSV(B) 176.91º 0.66% 0.81% -
XYZ 34.91 49.57 61.76 -
YUV 164.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 70 206 199 0.66 0 0.03 0.19 176.91 0.58 0.54
Hex 46 CE C7 42 0 3 13 B1 3A 36
Octal 106 316 307 102 0 3 23 261 72 66
Binary 1000110 11001110 11000111 1000010 0 11 10011 10110001 111010 110110

Color Harmonies of #46CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CEC7

Black with #46CEC7

Text Example


Text Example

White with #46CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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