Html Css Color HEX #4BCBDC Medium Turquoise

📋 copy color: '#4BCBDC'

red 75 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #4BCBDC

Tints of Medium Turquoise #4BCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

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

R = 15.06%
G = 40.76%
B = 44.18%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BCBDC (or 0x4BCBDC) is known color: Medium Turquoise. HEX triplet: 4B, CB and DC. RGB value is (75,203,220). Sum of RGB (Red+Green+Blue) = 75+203+220=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBDC is #B43423. Grayscale: #A6A6A6. Windows color (decimal): -11809828 or 14469963. OLE color: 14469963.

HSL color Cylindrical-coordinate representation of color #4BCBDC: hue angle of 187.03º 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 #4BCBDC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 203 220 -
CMYK 0.66 0.08 0 0.14
HSL 187.03º 0.67% 0.58% -
HSV(B) 187.03º 0.66% 0.86% -
XYZ 37.18 49.38 75.28 -
YUV 166.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 75 203 220 0.66 0.08 0 0.14 187.03 0.67 0.58
Hex 4B CB DC 42 8 0 E BB 43 3A
Octal 113 313 334 102 10 0 16 273 103 72
Binary 1001011 11001011 11011100 1000010 1000 0 1110 10111011 1000011 111010

Color Harmonies of #4BCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCBDC

Black with #4BCBDC

Text Example


Text Example

White with #4BCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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