Html Css Color HEX #3DD1DB Medium Turquoise

📋 copy color: '#3DD1DB'

red 61 ◦ green 209 ◦ blue 219

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

Shades of Medium Turquoise #3DD1DB

Tints of Medium Turquoise #3DD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.74%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 12.47%
G = 42.74%
B = 44.79%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DD1DB (or 0x3DD1DB) is known color: Medium Turquoise. HEX triplet: 3D, D1 and DB. RGB value is (61,209,219). Sum of RGB (Red+Green+Blue) = 61+209+219=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DD1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD1DB is #C22E24. Grayscale: #A5A5A5. Windows color (decimal): -12725797 or 14405949. OLE color: 14405949.

HSL color Cylindrical-coordinate representation of color #3DD1DB: hue angle of 183.8º 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 #3DD1DB is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 209 219 -
CMYK 0.72 0.05 0 0.14
HSL 183.8º 0.69% 0.55% -
HSV(B) 183.8º 0.72% 0.86% -
XYZ 37.51 51.71 75.02 -
YUV 165.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 61 209 219 0.72 0.05 0 0.14 183.8 0.69 0.55
Hex 3D D1 DB 48 5 0 E B8 45 37
Octal 75 321 333 110 5 0 16 270 105 67
Binary 111101 11010001 11011011 1001000 101 0 1110 10111000 1000101 110111

Color Harmonies of #3DD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD1DB

Black with #3DD1DB

Text Example


Text Example

White with #3DD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,209,219); }

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

background-color css

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

 a { background-color: rgb(61,209,219); }

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

border-color css

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

 span { border-color: rgb(61,209,219); }

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