Html Css Color HEX #46CCCC Medium Turquoise

📋 copy color: '#46CCCC'

red 70 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #46CCCC

Tints of Medium Turquoise #46CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 14.64%
G = 42.68%
B = 42.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#46CCCC (or 0x46CCCC) is known color: Medium Turquoise. HEX triplet: 46, CC and CC. RGB value is (70,204,204). Sum of RGB (Red+Green+Blue) = 70+204+204=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #46CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCCC is #B93333. Grayscale: #A3A3A3. Windows color (decimal): -12137268 or 13421638. OLE color: 13421638.

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

Color convert

RGB 70 204 204 -
CMYK 0.66 0 0 0.2
HSL 180º 0.57% 0.54% -
HSV(B) 180º 0.66% 0.8% -
XYZ 35.02 48.85 64.71 -
YUV 163.93 150.61 61 -
System Red Green Blue C M Y K H S L
Decimal 70 204 204 0.66 0 0 0.2 180 0.57 0.54
Hex 46 CC CC 42 0 0 14 B4 39 36
Octal 106 314 314 102 0 0 24 264 71 66
Binary 1000110 11001100 11001100 1000010 0 0 10100 10110100 111001 110110

Color Harmonies of #46CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CCCC

Black with #46CCCC

Text Example


Text Example

White with #46CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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