Html Css Color HEX #4BCFBB Medium Turquoise

📋 copy color: '#4BCFBB'

red 75 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #4BCFBB

Tints of Medium Turquoise #4BCFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 15.99%
G = 44.14%
B = 39.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#4BCFBB (or 0x4BCFBB) is known color: Medium Turquoise. HEX triplet: 4B, CF and BB. RGB value is (75,207,187). Sum of RGB (Red+Green+Blue) = 75+207+187=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFBB is #B43044. Grayscale: #A5A5A5. Windows color (decimal): -11808837 or 12308299. OLE color: 12308299.

HSL color Cylindrical-coordinate representation of color #4BCFBB: hue angle of 170.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCFBB is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 187 -
CMYK 0.64 0 0.10 0.19
HSL 170.91º 0.58% 0.55% -
HSV(B) 170.91º 0.64% 0.81% -
XYZ 34.18 49.71 54.81 -
YUV 165.25 140.27 63.63 -
System Red Green Blue C M Y K H S L
Decimal 75 207 187 0.64 0 0.10 0.19 170.91 0.58 0.55
Hex 4B CF BB 40 0 A 13 AB 3A 37
Octal 113 317 273 100 0 12 23 253 72 67
Binary 1001011 11001111 10111011 1000000 0 1010 10011 10101011 111010 110111

Color Harmonies of #4BCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFBB

Black with #4BCFBB

Text Example


Text Example

White with #4BCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,187); }

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

background-color css

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

 a { background-color: rgb(75,207,187); }

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

border-color css

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

 span { border-color: rgb(75,207,187); }

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