Html Css Color HEX #4BCCCB Medium Turquoise

📋 copy color: '#4BCCCB'

red 75 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #4BCCCB

Tints of Medium Turquoise #4BCCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 15.56%
G = 42.32%
B = 42.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#4BCCCB (or 0x4BCCCB) is known color: Medium Turquoise. HEX triplet: 4B, CC and CB. RGB value is (75,204,203). Sum of RGB (Red+Green+Blue) = 75+204+203=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCCB is #B43334. Grayscale: #A5A5A5. Windows color (decimal): -11809589 or 13356107. OLE color: 13356107.

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

Color convert

RGB 75 204 203 -
CMYK 0.63 0 0.00 0.2
HSL 179.53º 0.56% 0.55% -
HSV(B) 179.53º 0.63% 0.8% -
XYZ 35.27 48.99 64.1 -
YUV 165.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 75 204 203 0.63 0 0.00 0.2 179.53 0.56 0.55
Hex 4B CC CB 3F 0 0 14 B4 38 37
Octal 113 314 313 77 0 0 24 264 70 67
Binary 1001011 11001100 11001011 111111 0 0 10100 10110100 111000 110111

Color Harmonies of #4BCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCCB

Black with #4BCCCB

Text Example


Text Example

White with #4BCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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