Html Css Color HEX #3BD1DC Medium Turquoise

📋 copy color: '#3BD1DC'

red 59 ◦ green 209 ◦ blue 220

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

Shades of Medium Turquoise #3BD1DC

Tints of Medium Turquoise #3BD1DC

RGB

 RED value IS 59 (23.44% from 255) = 12.09%

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

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

R = 12.09%
G = 42.83%
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

#3BD1DC (or 0x3BD1DC) is known color: Medium Turquoise. HEX triplet: 3B, D1 and DC. RGB value is (59,209,220). Sum of RGB (Red+Green+Blue) = 59+209+220=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 209 (82.03% from 255 or 42.83% 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 #3BD1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD1DC is #C42E23. Grayscale: #A5A5A5. Windows color (decimal): -12856868 or 14471483. OLE color: 14471483.

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

Color convert

RGB 59 209 220 -
CMYK 0.73 0.05 0 0.14
HSL 184.1º 0.7% 0.55% -
HSV(B) 184.1º 0.73% 0.86% -
XYZ 37.52 51.7 75.71 -
YUV 165.4 158.81 52.11 -
System Red Green Blue C M Y K H S L
Decimal 59 209 220 0.73 0.05 0 0.14 184.1 0.7 0.55
Hex 3B D1 DC 49 5 0 E B8 46 37
Octal 73 321 334 111 5 0 16 270 106 67
Binary 111011 11010001 11011100 1001001 101 0 1110 10111000 1000110 110111

Color Harmonies of #3BD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD1DC

Black with #3BD1DC

Text Example


Text Example

White with #3BD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,209,220); }

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

background-color css

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

 a { background-color: rgb(59,209,220); }

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

border-color css

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

 span { border-color: rgb(59,209,220); }

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