Html Css Color HEX #4BCCBE Medium Turquoise

📋 copy color: '#4BCCBE'

red 75 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #4BCCBE

Tints of Medium Turquoise #4BCCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 15.99%
G = 43.5%
B = 40.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#4BCCBE (or 0x4BCCBE) is known color: Medium Turquoise. HEX triplet: 4B, CC and BE. RGB value is (75,204,190). Sum of RGB (Red+Green+Blue) = 75+204+190=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCBE is #B43341. Grayscale: #A3A3A3. Windows color (decimal): -11809602 or 12504139. OLE color: 12504139.

HSL color Cylindrical-coordinate representation of color #4BCCBE: hue angle of 173.49º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCCBE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 204 190 -
CMYK 0.63 0 0.07 0.2
HSL 173.49º 0.56% 0.55% -
HSV(B) 173.49º 0.63% 0.8% -
XYZ 33.79 48.4 56.28 -
YUV 163.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 75 204 190 0.63 0 0.07 0.2 173.49 0.56 0.55
Hex 4B CC BE 3F 0 7 14 AD 38 37
Octal 113 314 276 77 0 7 24 255 70 67
Binary 1001011 11001100 10111110 111111 0 111 10100 10101101 111000 110111

Color Harmonies of #4BCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCBE

Black with #4BCCBE

Text Example


Text Example

White with #4BCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,204,190); }

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

background-color css

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

 a { background-color: rgb(75,204,190); }

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

border-color css

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

 span { border-color: rgb(75,204,190); }

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