Html Css Color HEX #4BCCBF Medium Turquoise

📋 copy color: '#4BCCBF'

red 75 ◦ green 204 ◦ blue 191

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

Shades of Medium Turquoise #4BCCBF

Tints of Medium Turquoise #4BCCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 15.96%
G = 43.4%
B = 40.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#4BCCBF (or 0x4BCCBF) is known color: Medium Turquoise. HEX triplet: 4B, CC and BF. RGB value is (75,204,191). Sum of RGB (Red+Green+Blue) = 75+204+191=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCBF is #B43340. Grayscale: #A3A3A3. Windows color (decimal): -11809601 or 12569675. OLE color: 12569675.

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

Color convert

RGB 75 204 191 -
CMYK 0.63 0 0.06 0.2
HSL 173.95º 0.56% 0.55% -
HSV(B) 173.95º 0.63% 0.8% -
XYZ 33.9 48.44 56.85 -
YUV 163.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 75 204 191 0.63 0 0.06 0.2 173.95 0.56 0.55
Hex 4B CC BF 3F 0 6 14 AE 38 37
Octal 113 314 277 77 0 6 24 256 70 67
Binary 1001011 11001100 10111111 111111 0 110 10100 10101110 111000 110111

Color Harmonies of #4BCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCBF

Black with #4BCCBF

Text Example


Text Example

White with #4BCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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