Html Css Color HEX #3BD1DB Medium Turquoise

📋 copy color: '#3BD1DB'

red 59 ◦ green 209 ◦ blue 219

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

Shades of Medium Turquoise #3BD1DB

Tints of Medium Turquoise #3BD1DB

RGB

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

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

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

R = 12.11%
G = 42.92%
B = 44.97%

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

#3BD1DB (or 0x3BD1DB) is known color: Medium Turquoise. HEX triplet: 3B, D1 and DB. RGB value is (59,209,219). Sum of RGB (Red+Green+Blue) = 59+209+219=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BD1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD1DB is #C42E24. Grayscale: #A5A5A5. Windows color (decimal): -12856869 or 14405947. OLE color: 14405947.

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

Color convert

RGB 59 209 219 -
CMYK 0.73 0.05 0 0.14
HSL 183.75º 0.69% 0.55% -
HSV(B) 183.75º 0.73% 0.86% -
XYZ 37.39 51.65 75.02 -
YUV 165.29 158.31 52.19 -
System Red Green Blue C M Y K H S L
Decimal 59 209 219 0.73 0.05 0 0.14 183.75 0.69 0.55
Hex 3B D1 DB 49 5 0 E B8 45 37
Octal 73 321 333 111 5 0 16 270 105 67
Binary 111011 11010001 11011011 1001001 101 0 1110 10111000 1000101 110111

Color Harmonies of #3BD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD1DB

Black with #3BD1DB

Text Example


Text Example

White with #3BD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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