Html Css Color HEX #3BD7B7 Turquoise

📋 copy color: '#3BD7B7'

red 59 ◦ green 215 ◦ blue 183

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

Shades of Turquoise #3BD7B7

Tints of Turquoise #3BD7B7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 12.91%
G = 47.05%
B = 40.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#3BD7B7 (or 0x3BD7B7) is known color: Turquoise. HEX triplet: 3B, D7 and B7. RGB value is (59,215,183). Sum of RGB (Red+Green+Blue) = 59+215+183=457 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.91% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD7B7 is #C42848. Grayscale: #A4A4A4. Windows color (decimal): -12855369 or 12048187. OLE color: 12048187.

HSL color Cylindrical-coordinate representation of color #3BD7B7: hue angle of 167.69º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD7B7 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 215 183 -
CMYK 0.73 0 0.15 0.16
HSL 167.69º 0.66% 0.54% -
HSV(B) 167.69º 0.73% 0.84% -
XYZ 34.65 52.95 53.19 -
YUV 164.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 59 215 183 0.73 0 0.15 0.16 167.69 0.66 0.54
Hex 3B D7 B7 49 0 F 10 A8 42 36
Octal 73 327 267 111 0 17 20 250 102 66
Binary 111011 11010111 10110111 1001001 0 1111 10000 10101000 1000010 110110

Color Harmonies of #3BD7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD7B7

Black with #3BD7B7

Text Example


Text Example

White with #3BD7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,215,183); }

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

background-color css

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

 a { background-color: rgb(59,215,183); }

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

border-color css

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

 span { border-color: rgb(59,215,183); }

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