Html Css Color HEX #3CD0DC Medium Turquoise

📋 copy color: '#3CD0DC'

red 60 ◦ green 208 ◦ blue 220

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

Shades of Medium Turquoise #3CD0DC

Tints of Medium Turquoise #3CD0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 12.3%
G = 42.62%
B = 45.08%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CD0DC (or 0x3CD0DC) is known color: Medium Turquoise. HEX triplet: 3C, D0 and DC. RGB value is (60,208,220). Sum of RGB (Red+Green+Blue) = 60+208+220=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CD0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD0DC is #C32F23. Grayscale: #A4A4A4. Windows color (decimal): -12791588 or 14471228. OLE color: 14471228.

HSL color Cylindrical-coordinate representation of color #3CD0DC: hue angle of 184.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CD0DC is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 208 220 -
CMYK 0.73 0.05 0 0.14
HSL 184.5º 0.7% 0.55% -
HSV(B) 184.5º 0.73% 0.86% -
XYZ 37.34 51.24 75.63 -
YUV 165.12 158.97 53.02 -
System Red Green Blue C M Y K H S L
Decimal 60 208 220 0.73 0.05 0 0.14 184.5 0.7 0.55
Hex 3C D0 DC 49 5 0 E B8 46 37
Octal 74 320 334 111 5 0 16 270 106 67
Binary 111100 11010000 11011100 1001001 101 0 1110 10111000 1000110 110111

Color Harmonies of #3CD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD0DC

Black with #3CD0DC

Text Example


Text Example

White with #3CD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,208,220); }

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

background-color css

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

 a { background-color: rgb(60,208,220); }

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

border-color css

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

 span { border-color: rgb(60,208,220); }

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