Html Css Color HEX #4BCCCA Medium Turquoise

📋 copy color: '#4BCCCA'

red 75 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #4BCCCA

Tints of Medium Turquoise #4BCCCA

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 75 204 202 -
CMYK 0.63 0 0.01 0.2
HSL 179.07º 0.56% 0.55% -
HSV(B) 179.07º 0.63% 0.8% -
XYZ 35.16 48.95 63.47 -
YUV 165.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 75 204 202 0.63 0 0.01 0.2 179.07 0.56 0.55
Hex 4B CC CA 3F 0 1 14 B3 38 37
Octal 113 314 312 77 0 1 24 263 70 67
Binary 1001011 11001100 11001010 111111 0 1 10100 10110011 111000 110111

Color Harmonies of #4BCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCCA

Black with #4BCCCA

Text Example


Text Example

White with #4BCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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