Html Css Color HEX #4CCDBB Medium Turquoise

📋 copy color: '#4CCDBB'

red 76 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #4CCDBB

Tints of Medium Turquoise #4CCDBB

RGB

 RED value IS 76 (30.08% from 255) = 16.24%

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 16.24%
G = 43.8%
B = 39.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#4CCDBB (or 0x4CCDBB) is known color: Medium Turquoise. HEX triplet: 4C, CD and BB. RGB value is (76,205,187). Sum of RGB (Red+Green+Blue) = 76+205+187=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDBB is #B33244. Grayscale: #A4A4A4. Windows color (decimal): -11743813 or 12307788. OLE color: 12307788.

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

Color convert

RGB 76 205 187 -
CMYK 0.63 0 0.09 0.20
HSL 171.63º 0.56% 0.55% -
HSV(B) 171.63º 0.63% 0.8% -
XYZ 33.78 48.79 54.65 -
YUV 164.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 76 205 187 0.63 0 0.09 0.20 171.63 0.56 0.55
Hex 4C CD BB 3F 0 9 14 AC 38 37
Octal 114 315 273 77 0 11 24 254 70 67
Binary 1001100 11001101 10111011 111111 0 1001 10100 10101100 111000 110111

Color Harmonies of #4CCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDBB

Black with #4CCDBB

Text Example


Text Example

White with #4CCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,205,187); }

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

background-color css

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

 a { background-color: rgb(76,205,187); }

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

border-color css

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

 span { border-color: rgb(76,205,187); }

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