Html Css Color HEX #3BD8C5 Turquoise

📋 copy color: '#3BD8C5'

red 59 ◦ green 216 ◦ blue 197

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

Shades of Turquoise #3BD8C5

Tints of Turquoise #3BD8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 12.5%
G = 45.76%
B = 41.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#3BD8C5 (or 0x3BD8C5) is known color: Turquoise. HEX triplet: 3B, D8 and C5. RGB value is (59,216,197). Sum of RGB (Red+Green+Blue) = 59+216+197=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD8C5 is #C4273A. Grayscale: #A6A6A6. Windows color (decimal): -12855099 or 12965947. OLE color: 12965947.

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

Color convert

RGB 59 216 197 -
CMYK 0.73 0 0.09 0.15
HSL 172.74º 0.67% 0.54% -
HSV(B) 172.74º 0.73% 0.85% -
XYZ 36.44 54.07 61.34 -
YUV 166.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 59 216 197 0.73 0 0.09 0.15 172.74 0.67 0.54
Hex 3B D8 C5 49 0 9 F AD 43 36
Octal 73 330 305 111 0 11 17 255 103 66
Binary 111011 11011000 11000101 1001001 0 1001 1111 10101101 1000011 110110

Color Harmonies of #3BD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD8C5

Black with #3BD8C5

Text Example


Text Example

White with #3BD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,216,197); }

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

background-color css

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

 a { background-color: rgb(59,216,197); }

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

border-color css

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

 span { border-color: rgb(59,216,197); }

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