Html Css Color HEX #3BD2DB Medium Turquoise

📋 copy color: '#3BD2DB'

red 59 ◦ green 210 ◦ blue 219

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

Shades of Medium Turquoise #3BD2DB

Tints of Medium Turquoise #3BD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

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

R = 12.09%
G = 43.03%
B = 44.88%

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

#3BD2DB (or 0x3BD2DB) is known color: Medium Turquoise. HEX triplet: 3B, D2 and DB. RGB value is (59,210,219). Sum of RGB (Red+Green+Blue) = 59+210+219=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BD2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2DB is #C42D24. Grayscale: #A5A5A5. Windows color (decimal): -12856613 or 14406203. OLE color: 14406203.

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

Color convert

RGB 59 210 219 -
CMYK 0.73 0.04 0 0.14
HSL 183.38º 0.69% 0.55% -
HSV(B) 183.38º 0.73% 0.86% -
XYZ 37.64 52.14 75.1 -
YUV 165.88 157.97 51.77 -
System Red Green Blue C M Y K H S L
Decimal 59 210 219 0.73 0.04 0 0.14 183.38 0.69 0.55
Hex 3B D2 DB 49 4 0 E B7 45 37
Octal 73 322 333 111 4 0 16 267 105 67
Binary 111011 11010010 11011011 1001001 100 0 1110 10110111 1000101 110111

Color Harmonies of #3BD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD2DB

Black with #3BD2DB

Text Example


Text Example

White with #3BD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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