Html Css Color HEX #46CFDC Medium Turquoise

📋 copy color: '#46CFDC'

red 70 ◦ green 207 ◦ blue 220

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

Shades of Medium Turquoise #46CFDC

Tints of Medium Turquoise #46CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 14.08%
G = 41.65%
B = 44.27%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46CFDC (or 0x46CFDC) is known color: Medium Turquoise. HEX triplet: 46, CF and DC. RGB value is (70,207,220). Sum of RGB (Red+Green+Blue) = 70+207+220=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #46CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFDC is #B93023. Grayscale: #A7A7A7. Windows color (decimal): -12136484 or 14470982. OLE color: 14470982.

HSL color Cylindrical-coordinate representation of color #46CFDC: hue angle of 185.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CFDC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 207 220 -
CMYK 0.68 0.06 0 0.14
HSL 185.2º 0.68% 0.57% -
HSV(B) 185.2º 0.68% 0.86% -
XYZ 37.76 51.1 75.58 -
YUV 167.52 157.61 58.44 -
System Red Green Blue C M Y K H S L
Decimal 70 207 220 0.68 0.06 0 0.14 185.2 0.68 0.57
Hex 46 CF DC 44 6 0 E B9 44 39
Octal 106 317 334 104 6 0 16 271 104 71
Binary 1000110 11001111 11011100 1000100 110 0 1110 10111001 1000100 111001

Color Harmonies of #46CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CFDC

Black with #46CFDC

Text Example


Text Example

White with #46CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,207,220); }

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

background-color css

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

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

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

border-color css

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

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

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