Html Css Color HEX #3BD7C1 Turquoise

📋 copy color: '#3BD7C1'

red 59 ◦ green 215 ◦ blue 193

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

Shades of Turquoise #3BD7C1

Tints of Turquoise #3BD7C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 12.63%
G = 46.04%
B = 41.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#3BD7C1 (or 0x3BD7C1) is known color: Turquoise. HEX triplet: 3B, D7 and C1. RGB value is (59,215,193). Sum of RGB (Red+Green+Blue) = 59+215+193=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD7C1 is #C4283E. Grayscale: #A5A5A5. Windows color (decimal): -12855359 or 12703547. OLE color: 12703547.

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

Color convert

RGB 59 215 193 -
CMYK 0.73 0 0.10 0.16
HSL 171.54º 0.66% 0.54% -
HSV(B) 171.54º 0.73% 0.84% -
XYZ 35.73 53.38 58.87 -
YUV 165.85 143.32 51.79 -
System Red Green Blue C M Y K H S L
Decimal 59 215 193 0.73 0 0.10 0.16 171.54 0.66 0.54
Hex 3B D7 C1 49 0 A 10 AC 42 36
Octal 73 327 301 111 0 12 20 254 102 66
Binary 111011 11010111 11000001 1001001 0 1010 10000 10101100 1000010 110110

Color Harmonies of #3BD7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD7C1

Black with #3BD7C1

Text Example


Text Example

White with #3BD7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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