Html Css Color HEX #4BCDBE Medium Turquoise

📋 copy color: '#4BCDBE'

red 75 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #4BCDBE

Tints of Medium Turquoise #4BCDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

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

R = 15.96%
G = 43.62%
B = 40.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4BCDBE (or 0x4BCDBE) is known color: Medium Turquoise. HEX triplet: 4B, CD and BE. RGB value is (75,205,190). Sum of RGB (Red+Green+Blue) = 75+205+190=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDBE is #B43241. Grayscale: #A4A4A4. Windows color (decimal): -11809346 or 12504395. OLE color: 12504395.

HSL color Cylindrical-coordinate representation of color #4BCDBE: hue angle of 173.08º degrees, saturation: 0.57, 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 #4BCDBE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 190 -
CMYK 0.63 0 0.07 0.20
HSL 173.08º 0.57% 0.55% -
HSV(B) 173.08º 0.63% 0.8% -
XYZ 34.03 48.88 56.36 -
YUV 164.42 142.43 64.22 -
System Red Green Blue C M Y K H S L
Decimal 75 205 190 0.63 0 0.07 0.20 173.08 0.57 0.55
Hex 4B CD BE 3F 0 7 14 AD 39 37
Octal 113 315 276 77 0 7 24 255 71 67
Binary 1001011 11001101 10111110 111111 0 111 10100 10101101 111001 110111

Color Harmonies of #4BCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDBE

Black with #4BCDBE

Text Example


Text Example

White with #4BCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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