Html Css Color HEX #46CCDD Medium Turquoise

📋 copy color: '#46CCDD'

red 70 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #46CCDD

Tints of Medium Turquoise #46CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 14.14%
G = 41.21%
B = 44.65%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46CCDD (or 0x46CCDD) is known color: Medium Turquoise. HEX triplet: 46, CC and DD. RGB value is (70,204,221). Sum of RGB (Red+Green+Blue) = 70+204+221=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #46CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCDD is #B93322. Grayscale: #A5A5A5. Windows color (decimal): -12137251 or 14535750. OLE color: 14535750.

HSL color Cylindrical-coordinate representation of color #46CCDD: hue angle of 186.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CCDD is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 204 221 -
CMYK 0.68 0.08 0 0.13
HSL 186.76º 0.69% 0.57% -
HSV(B) 186.76º 0.68% 0.87% -
XYZ 37.17 49.71 76.04 -
YUV 165.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 70 204 221 0.68 0.08 0 0.13 186.76 0.69 0.57
Hex 46 CC DD 44 8 0 D BB 45 39
Octal 106 314 335 104 10 0 15 273 105 71
Binary 1000110 11001100 11011101 1000100 1000 0 1101 10111011 1000101 111001

Color Harmonies of #46CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CCDD

Black with #46CCDD

Text Example


Text Example

White with #46CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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