Html Css Color HEX #46CECE Medium Turquoise

📋 copy color: '#46CECE'

red 70 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #46CECE

Tints of Medium Turquoise #46CECE

RGB

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

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

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

R = 14.52%
G = 42.74%
B = 42.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#46CECE (or 0x46CECE) is known color: Medium Turquoise. HEX triplet: 46, CE and CE. RGB value is (70,206,206). Sum of RGB (Red+Green+Blue) = 70+206+206=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #46CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CECE is #B93131. Grayscale: #A5A5A5. Windows color (decimal): -12136754 or 13553222. OLE color: 13553222.

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

Color convert

RGB 70 206 206 -
CMYK 0.66 0 0 0.19
HSL 180º 0.58% 0.54% -
HSV(B) 180º 0.66% 0.81% -
XYZ 35.74 49.9 66.14 -
YUV 165.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 70 206 206 0.66 0 0 0.19 180 0.58 0.54
Hex 46 CE CE 42 0 0 13 B4 3A 36
Octal 106 316 316 102 0 0 23 264 72 66
Binary 1000110 11001110 11001110 1000010 0 0 10011 10110100 111010 110110

Color Harmonies of #46CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CECE

Black with #46CECE

Text Example


Text Example

White with #46CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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