Html Css Color HEX #3BD0DB Medium Turquoise

📋 copy color: '#3BD0DB'

red 59 ◦ green 208 ◦ blue 219

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

Shades of Medium Turquoise #3BD0DB

Tints of Medium Turquoise #3BD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

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

R = 12.14%
G = 42.8%
B = 45.06%

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

#3BD0DB (or 0x3BD0DB) is known color: Medium Turquoise. HEX triplet: 3B, D0 and DB. RGB value is (59,208,219). Sum of RGB (Red+Green+Blue) = 59+208+219=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD0DB is #C42F24. Grayscale: #A4A4A4. Windows color (decimal): -12857125 or 14405691. OLE color: 14405691.

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

Color convert

RGB 59 208 219 -
CMYK 0.73 0.05 0 0.14
HSL 184.13º 0.69% 0.55% -
HSV(B) 184.13º 0.73% 0.86% -
XYZ 37.15 51.16 74.93 -
YUV 164.7 158.64 52.61 -
System Red Green Blue C M Y K H S L
Decimal 59 208 219 0.73 0.05 0 0.14 184.13 0.69 0.55
Hex 3B D0 DB 49 5 0 E B8 45 37
Octal 73 320 333 111 5 0 16 270 105 67
Binary 111011 11010000 11011011 1001001 101 0 1110 10111000 1000101 110111

Color Harmonies of #3BD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD0DB

Black with #3BD0DB

Text Example


Text Example

White with #3BD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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