Html Css Color HEX #46CFEC Medium Turquoise

📋 copy color: '#46CFEC'

red 70 ◦ green 207 ◦ blue 236

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

Shades of Medium Turquoise #46CFEC

Tints of Medium Turquoise #46CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 13.65%
G = 40.35%
B = 46%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#46CFEC (or 0x46CFEC) is known color: Medium Turquoise. HEX triplet: 46, CF and EC. RGB value is (70,207,236). Sum of RGB (Red+Green+Blue) = 70+207+236=513 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.65% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #46CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFEC is #B93013. Grayscale: #A9A9A9. Windows color (decimal): -12136468 or 15519558. OLE color: 15519558.

HSL color Cylindrical-coordinate representation of color #46CFEC: hue angle of 190.48º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46CFEC is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 207 236 -
CMYK 0.70 0.12 0 0.07
HSL 190.48º 0.81% 0.6% -
HSV(B) 190.48º 0.7% 0.93% -
XYZ 39.98 51.98 87.28 -
YUV 169.34 165.61 57.14 -
System Red Green Blue C M Y K H S L
Decimal 70 207 236 0.70 0.12 0 0.07 190.48 0.81 0.6
Hex 46 CF EC 46 C 0 7 BE 51 3C
Octal 106 317 354 106 14 0 7 276 121 74
Binary 1000110 11001111 11101100 1000110 1100 0 111 10111110 1010001 111100

Color Harmonies of #46CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CFEC

Black with #46CFEC

Text Example


Text Example

White with #46CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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