Html Css Color HEX #46C9CD Medium Turquoise

📋 copy color: '#46C9CD'

red 70 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #46C9CD

Tints of Medium Turquoise #46C9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 14.71%
G = 42.23%
B = 43.07%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#46C9CD (or 0x46C9CD) is known color: Medium Turquoise. HEX triplet: 46, C9 and CD. RGB value is (70,201,205). Sum of RGB (Red+Green+Blue) = 70+201+205=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #46C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C9CD is #B93632. Grayscale: #A2A2A2. Windows color (decimal): -12138035 or 13486406. OLE color: 13486406.

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

Color convert

RGB 70 201 205 -
CMYK 0.66 0.02 0 0.20
HSL 181.78º 0.57% 0.54% -
HSV(B) 181.78º 0.66% 0.8% -
XYZ 34.43 47.48 65.11 -
YUV 162.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 70 201 205 0.66 0.02 0 0.20 181.78 0.57 0.54
Hex 46 C9 CD 42 2 0 14 B6 39 36
Octal 106 311 315 102 2 0 24 266 71 66
Binary 1000110 11001001 11001101 1000010 10 0 10100 10110110 111001 110110

Color Harmonies of #46C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C9CD

Black with #46C9CD

Text Example


Text Example

White with #46C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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