Html Css Color HEX #3BDCBE Turquoise

📋 copy color: '#3BDCBE'

red 59 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #3BDCBE

Tints of Turquoise #3BDCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 12.58%
G = 46.91%
B = 40.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#3BDCBE (or 0x3BDCBE) is known color: Turquoise. HEX triplet: 3B, DC and BE. RGB value is (59,220,190). Sum of RGB (Red+Green+Blue) = 59+220+190=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCBE is #C42341. Grayscale: #A8A8A8. Windows color (decimal): -12854082 or 12508219. OLE color: 12508219.

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

Color convert

RGB 59 220 190 -
CMYK 0.73 0 0.14 0.14
HSL 168.82º 0.7% 0.55% -
HSV(B) 168.82º 0.73% 0.86% -
XYZ 36.69 55.83 57.56 -
YUV 168.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 59 220 190 0.73 0 0.14 0.14 168.82 0.7 0.55
Hex 3B DC BE 49 0 E E A9 46 37
Octal 73 334 276 111 0 16 16 251 106 67
Binary 111011 11011100 10111110 1001001 0 1110 1110 10101001 1000110 110111

Color Harmonies of #3BDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDCBE

Black with #3BDCBE

Text Example


Text Example

White with #3BDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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