Html Css Color HEX #4CD0CB Medium Turquoise

📋 copy color: '#4CD0CB'

red 76 ◦ green 208 ◦ blue 203

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

Shades of Medium Turquoise #4CD0CB

Tints of Medium Turquoise #4CD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

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

R = 15.61%
G = 42.71%
B = 41.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#4CD0CB (or 0x4CD0CB) is known color: Medium Turquoise. HEX triplet: 4C, D0 and CB. RGB value is (76,208,203). Sum of RGB (Red+Green+Blue) = 76+208+203=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0CB is #B32F34. Grayscale: #A7A7A7. Windows color (decimal): -11743029 or 13357132. OLE color: 13357132.

HSL color Cylindrical-coordinate representation of color #4CD0CB: hue angle of 177.73º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD0CB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 208 203 -
CMYK 0.63 0 0.02 0.18
HSL 177.73º 0.58% 0.56% -
HSV(B) 177.73º 0.63% 0.82% -
XYZ 36.32 50.96 64.42 -
YUV 167.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 76 208 203 0.63 0 0.02 0.18 177.73 0.58 0.56
Hex 4C D0 CB 3F 0 2 12 B2 3A 38
Octal 114 320 313 77 0 2 22 262 72 70
Binary 1001100 11010000 11001011 111111 0 10 10010 10110010 111010 111000

Color Harmonies of #4CD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0CB

Black with #4CD0CB

Text Example


Text Example

White with #4CD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,208,203); }

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

background-color css

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

 a { background-color: rgb(76,208,203); }

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

border-color css

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

 span { border-color: rgb(76,208,203); }

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