Html Css Color HEX #3DC9DC Medium Turquoise

📋 copy color: '#3DC9DC'

red 61 ◦ green 201 ◦ blue 220

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

Shades of Medium Turquoise #3DC9DC

Tints of Medium Turquoise #3DC9DC

RGB

 RED value IS 61 (24.22% from 255) = 12.66%

 GREEN value IS 201 (78.91% from 255) = 41.7%

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

R = 12.66%
G = 41.7%
B = 45.64%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DC9DC (or 0x3DC9DC) is known color: Medium Turquoise. HEX triplet: 3D, C9 and DC. RGB value is (61,201,220). Sum of RGB (Red+Green+Blue) = 61+201+220=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DC9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9DC is #C23623. Grayscale: #A1A1A1. Windows color (decimal): -12727844 or 14469437. OLE color: 14469437.

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

Color convert

RGB 61 201 220 -
CMYK 0.72 0.09 0 0.14
HSL 187.17º 0.69% 0.55% -
HSV(B) 187.17º 0.72% 0.86% -
XYZ 35.73 47.93 75.08 -
YUV 161.31 161.12 56.46 -
System Red Green Blue C M Y K H S L
Decimal 61 201 220 0.72 0.09 0 0.14 187.17 0.69 0.55
Hex 3D C9 DC 48 9 0 E BB 45 37
Octal 75 311 334 110 11 0 16 273 105 67
Binary 111101 11001001 11011100 1001000 1001 0 1110 10111011 1000101 110111

Color Harmonies of #3DC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC9DC

Black with #3DC9DC

Text Example


Text Example

White with #3DC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,201,220); }

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

background-color css

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

 a { background-color: rgb(61,201,220); }

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

border-color css

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

 span { border-color: rgb(61,201,220); }

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