Html Css Color HEX #3BD6C4 Turquoise

📋 copy color: '#3BD6C4'

red 59 ◦ green 214 ◦ blue 196

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

Shades of Turquoise #3BD6C4

Tints of Turquoise #3BD6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 12.58%
G = 45.63%
B = 41.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#3BD6C4 (or 0x3BD6C4) is known color: Turquoise. HEX triplet: 3B, D6 and C4. RGB value is (59,214,196). Sum of RGB (Red+Green+Blue) = 59+214+196=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6C4 is #C4293B. Grayscale: #A5A5A5. Windows color (decimal): -12855612 or 12899899. OLE color: 12899899.

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

Color convert

RGB 59 214 196 -
CMYK 0.72 0 0.08 0.16
HSL 173.03º 0.65% 0.54% -
HSV(B) 173.03º 0.72% 0.84% -
XYZ 35.81 53.01 60.57 -
YUV 165.6 145.15 51.96 -
System Red Green Blue C M Y K H S L
Decimal 59 214 196 0.72 0 0.08 0.16 173.03 0.65 0.54
Hex 3B D6 C4 48 0 8 10 AD 41 36
Octal 73 326 304 110 0 10 20 255 101 66
Binary 111011 11010110 11000100 1001000 0 1000 10000 10101101 1000001 110110

Color Harmonies of #3BD6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD6C4

Black with #3BD6C4

Text Example


Text Example

White with #3BD6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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