Html Css Color HEX #4BCCB7 Medium Turquoise

📋 copy color: '#4BCCB7'

red 75 ◦ green 204 ◦ blue 183

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

Shades of Medium Turquoise #4BCCB7

Tints of Medium Turquoise #4BCCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 16.23%
G = 44.16%
B = 39.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#4BCCB7 (or 0x4BCCB7) is known color: Medium Turquoise. HEX triplet: 4B, CC and B7. RGB value is (75,204,183). Sum of RGB (Red+Green+Blue) = 75+204+183=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCB7 is #B43348. Grayscale: #A2A2A2. Windows color (decimal): -11809609 or 12045387. OLE color: 12045387.

HSL color Cylindrical-coordinate representation of color #4BCCB7: hue angle of 170.23º 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 #4BCCB7 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 204 183 -
CMYK 0.63 0 0.10 0.2
HSL 170.23º 0.56% 0.55% -
HSV(B) 170.23º 0.63% 0.8% -
XYZ 33.04 48.1 52.34 -
YUV 163.04 139.26 65.21 -
System Red Green Blue C M Y K H S L
Decimal 75 204 183 0.63 0 0.10 0.2 170.23 0.56 0.55
Hex 4B CC B7 3F 0 A 14 AA 38 37
Octal 113 314 267 77 0 12 24 252 70 67
Binary 1001011 11001100 10110111 111111 0 1010 10100 10101010 111000 110111

Color Harmonies of #4BCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCB7

Black with #4BCCB7

Text Example


Text Example

White with #4BCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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