Html Css Color HEX #3DC5D7 Medium Turquoise

📋 copy color: '#3DC5D7'

red 61 ◦ green 197 ◦ blue 215

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

Shades of Medium Turquoise #3DC5D7

Tints of Medium Turquoise #3DC5D7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.65%

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 12.9%
G = 41.65%
B = 45.45%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3DC5D7 (or 0x3DC5D7) is known color: Medium Turquoise. HEX triplet: 3D, C5 and D7. RGB value is (61,197,215). Sum of RGB (Red+Green+Blue) = 61+197+215=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DC5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC5D7 is #C23A28. Grayscale: #9E9E9E. Windows color (decimal): -12728873 or 14140733. OLE color: 14140733.

HSL color Cylindrical-coordinate representation of color #3DC5D7: hue angle of 187.01º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC5D7 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 197 215 -
CMYK 0.72 0.08 0 0.16
HSL 187.01º 0.66% 0.54% -
HSV(B) 187.01º 0.72% 0.84% -
XYZ 34.16 45.83 71.34 -
YUV 158.39 159.94 58.54 -
System Red Green Blue C M Y K H S L
Decimal 61 197 215 0.72 0.08 0 0.16 187.01 0.66 0.54
Hex 3D C5 D7 48 8 0 10 BB 42 36
Octal 75 305 327 110 10 0 20 273 102 66
Binary 111101 11000101 11010111 1001000 1000 0 10000 10111011 1000010 110110

Color Harmonies of #3DC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC5D7

Black with #3DC5D7

Text Example


Text Example

White with #3DC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,197,215); }

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

background-color css

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

 a { background-color: rgb(61,197,215); }

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

border-color css

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

 span { border-color: rgb(61,197,215); }

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