Html Css Color HEX #3CD4CB Medium Turquoise

📋 copy color: '#3CD4CB'

red 60 ◦ green 212 ◦ blue 203

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

Shades of Medium Turquoise #3CD4CB

Tints of Medium Turquoise #3CD4CB

RGB

 RED value IS 60 (23.83% from 255) = 12.63%

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 12.63%
G = 44.63%
B = 42.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#3CD4CB (or 0x3CD4CB) is known color: Medium Turquoise. HEX triplet: 3C, D4 and CB. RGB value is (60,212,203). Sum of RGB (Red+Green+Blue) = 60+212+203=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD4CB is #C32B34. Grayscale: #A5A5A5. Windows color (decimal): -12790581 or 13358140. OLE color: 13358140.

HSL color Cylindrical-coordinate representation of color #3CD4CB: hue angle of 176.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD4CB is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 203 -
CMYK 0.72 0 0.04 0.17
HSL 176.45º 0.64% 0.53% -
HSV(B) 176.45º 0.72% 0.83% -
XYZ 36.19 52.36 64.7 -
YUV 165.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 60 212 203 0.72 0 0.04 0.17 176.45 0.64 0.53
Hex 3C D4 CB 48 0 4 11 B0 40 35
Octal 74 324 313 110 0 4 21 260 100 65
Binary 111100 11010100 11001011 1001000 0 100 10001 10110000 1000000 110101

Color Harmonies of #3CD4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD4CB

Black with #3CD4CB

Text Example


Text Example

White with #3CD4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CD4CB; }

 p { color: rgb(60,212,203); }

 H1.HeaderClassName
 {
   color: #3CD4CB;
 }
 .AnyTagClassName
 {
   color: #3CD4CB;
 }
</style>

background-color css

<style>
 a { background-color: #3CD4CB; }

 a { background-color: rgb(60,212,203); }

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

border-color css

<style>
 span { border-color: #3CD4CB; }

 span { border-color: rgb(60,212,203); }

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