Html Css Color HEX #4BCACC Medium Turquoise

📋 copy color: '#4BCACC'

red 75 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #4BCACC

Tints of Medium Turquoise #4BCACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 15.59%
G = 42%
B = 42.41%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4BCACC (or 0x4BCACC) is known color: Medium Turquoise. HEX triplet: 4B, CA and CC. RGB value is (75,202,204). Sum of RGB (Red+Green+Blue) = 75+202+204=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCACC is #B43533. Grayscale: #A4A4A4. Windows color (decimal): -11810100 or 13421131. OLE color: 13421131.

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

Color convert

RGB 75 202 204 -
CMYK 0.63 0.01 0 0.2
HSL 180.93º 0.56% 0.55% -
HSV(B) 180.93º 0.63% 0.8% -
XYZ 34.92 48.1 64.57 -
YUV 164.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 75 202 204 0.63 0.01 0 0.2 180.93 0.56 0.55
Hex 4B CA CC 3F 1 0 14 B5 38 37
Octal 113 312 314 77 1 0 24 265 70 67
Binary 1001011 11001010 11001100 111111 1 0 10100 10110101 111000 110111

Color Harmonies of #4BCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCACC

Black with #4BCACC

Text Example


Text Example

White with #4BCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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