Html Css Color HEX #3BD3DB Medium Turquoise

📋 copy color: '#3BD3DB'

red 59 ◦ green 211 ◦ blue 219

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

Shades of Medium Turquoise #3BD3DB

Tints of Medium Turquoise #3BD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

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

R = 12.07%
G = 43.15%
B = 44.79%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BD3DB (or 0x3BD3DB) is known color: Medium Turquoise. HEX triplet: 3B, D3 and DB. RGB value is (59,211,219). Sum of RGB (Red+Green+Blue) = 59+211+219=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 211 (82.81% from 255 or 43.15% 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 #3BD3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD3DB is #C42C24. Grayscale: #A6A6A6. Windows color (decimal): -12856357 or 14406459. OLE color: 14406459.

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

Color convert

RGB 59 211 219 -
CMYK 0.73 0.04 0 0.14
HSL 183º 0.69% 0.55% -
HSV(B) 183º 0.73% 0.86% -
XYZ 37.88 52.63 75.18 -
YUV 166.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 59 211 219 0.73 0.04 0 0.14 183 0.69 0.55
Hex 3B D3 DB 49 4 0 E B7 45 37
Octal 73 323 333 111 4 0 16 267 105 67
Binary 111011 11010011 11011011 1001001 100 0 1110 10110111 1000101 110111

Color Harmonies of #3BD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD3DB

Black with #3BD3DB

Text Example


Text Example

White with #3BD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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