Html Css Color HEX #3BD6DB Turquoise

📋 copy color: '#3BD6DB'

red 59 ◦ green 214 ◦ blue 219

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

Shades of Turquoise #3BD6DB

Tints of Turquoise #3BD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

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

R = 11.99%
G = 43.5%
B = 44.51%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BD6DB (or 0x3BD6DB) is known color: Turquoise. HEX triplet: 3B, D6 and DB. RGB value is (59,214,219). Sum of RGB (Red+Green+Blue) = 59+214+219=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BD6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6DB is #C42924. Grayscale: #A8A8A8. Windows color (decimal): -12855589 or 14407227. OLE color: 14407227.

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

Color convert

RGB 59 214 219 -
CMYK 0.73 0.02 0 0.14
HSL 181.88º 0.69% 0.55% -
HSV(B) 181.88º 0.73% 0.86% -
XYZ 38.64 54.14 75.43 -
YUV 168.23 156.65 50.09 -
System Red Green Blue C M Y K H S L
Decimal 59 214 219 0.73 0.02 0 0.14 181.88 0.69 0.55
Hex 3B D6 DB 49 2 0 E B6 45 37
Octal 73 326 333 111 2 0 16 266 105 67
Binary 111011 11010110 11011011 1001001 10 0 1110 10110110 1000101 110111

Color Harmonies of #3BD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD6DB

Black with #3BD6DB

Text Example


Text Example

White with #3BD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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