Html Css Color HEX #4BC5CC Medium Turquoise

📋 copy color: '#4BC5CC'

red 75 ◦ green 197 ◦ blue 204

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

Shades of Medium Turquoise #4BC5CC

Tints of Medium Turquoise #4BC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.39%

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

R = 15.76%
G = 41.39%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4BC5CC (or 0x4BC5CC) is known color: Medium Turquoise. HEX triplet: 4B, C5 and CC. RGB value is (75,197,204). Sum of RGB (Red+Green+Blue) = 75+197+204=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BC5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5CC is #B43A33. Grayscale: #A1A1A1. Windows color (decimal): -11811380 or 13419851. OLE color: 13419851.

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

Color convert

RGB 75 197 204 -
CMYK 0.63 0.03 0 0.2
HSL 183.26º 0.56% 0.55% -
HSV(B) 183.26º 0.63% 0.8% -
XYZ 33.77 45.79 64.19 -
YUV 161.32 152.08 66.43 -
System Red Green Blue C M Y K H S L
Decimal 75 197 204 0.63 0.03 0 0.2 183.26 0.56 0.55
Hex 4B C5 CC 3F 3 0 14 B7 38 37
Octal 113 305 314 77 3 0 24 267 70 67
Binary 1001011 11000101 11001100 111111 11 0 10100 10110111 111000 110111

Color Harmonies of #4BC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC5CC

Black with #4BC5CC

Text Example


Text Example

White with #4BC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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