Html Css Color HEX #4BC6DC Medium Turquoise

📋 copy color: '#4BC6DC'

red 75 ◦ green 198 ◦ blue 220

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

Shades of Medium Turquoise #4BC6DC

Tints of Medium Turquoise #4BC6DC

RGB

 RED value IS 75 (29.69% from 255) = 15.21%

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 15.21%
G = 40.16%
B = 44.62%

CMYK

 C value IS 0.66

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BC6DC (or 0x4BC6DC) is known color: Medium Turquoise. HEX triplet: 4B, C6 and DC. RGB value is (75,198,220). Sum of RGB (Red+Green+Blue) = 75+198+220=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC6DC is #B43923. Grayscale: #A3A3A3. Windows color (decimal): -11811108 or 14468683. OLE color: 14468683.

HSL color Cylindrical-coordinate representation of color #4BC6DC: hue angle of 189.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC6DC is Cyan = 0.66, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 198 220 -
CMYK 0.66 0.1 0 0.14
HSL 189.1º 0.67% 0.58% -
HSV(B) 189.1º 0.66% 0.86% -
XYZ 36.01 47.05 74.89 -
YUV 163.73 159.75 64.71 -
System Red Green Blue C M Y K H S L
Decimal 75 198 220 0.66 0.1 0 0.14 189.1 0.67 0.58
Hex 4B C6 DC 42 A 0 E BD 43 3A
Octal 113 306 334 102 12 0 16 275 103 72
Binary 1001011 11000110 11011100 1000010 1010 0 1110 10111101 1000011 111010

Color Harmonies of #4BC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC6DC

Black with #4BC6DC

Text Example


Text Example

White with #4BC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BC6DC; }

 p { color: rgb(75,198,220); }

 H1.HeaderClassName
 {
   color: #4BC6DC;
 }
 .AnyTagClassName
 {
   color: #4BC6DC;
 }
</style>

background-color css

<style>
 a { background-color: #4BC6DC; }

 a { background-color: rgb(75,198,220); }

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

border-color css

<style>
 span { border-color: #4BC6DC; }

 span { border-color: rgb(75,198,220); }

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