Html Css Color HEX #3BD6DC Turquoise

📋 copy color: '#3BD6DC'

red 59 ◦ green 214 ◦ blue 220

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

Shades of Turquoise #3BD6DC

Tints of Turquoise #3BD6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 11.97%
G = 43.41%
B = 44.62%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3BD6DC (or 0x3BD6DC) is known color: Turquoise. HEX triplet: 3B, D6 and DC. RGB value is (59,214,220). Sum of RGB (Red+Green+Blue) = 59+214+220=493 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.97% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BD6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6DC is #C42923. Grayscale: #A8A8A8. Windows color (decimal): -12855588 or 14472763. OLE color: 14472763.

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

Color convert

RGB 59 214 220 -
CMYK 0.73 0.03 0 0.14
HSL 182.24º 0.7% 0.55% -
HSV(B) 182.24º 0.73% 0.86% -
XYZ 38.77 54.19 76.13 -
YUV 168.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 59 214 220 0.73 0.03 0 0.14 182.24 0.7 0.55
Hex 3B D6 DC 49 3 0 E B6 46 37
Octal 73 326 334 111 3 0 16 266 106 67
Binary 111011 11010110 11011100 1001001 11 0 1110 10110110 1000110 110111

Color Harmonies of #3BD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD6DC

Black with #3BD6DC

Text Example


Text Example

White with #3BD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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