Html Css Color HEX #3BEBC0 Turquoise

📋 copy color: '#3BEBC0'

red 59 ◦ green 235 ◦ blue 192

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

Shades of Turquoise #3BEBC0

Tints of Turquoise #3BEBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 12.14%
G = 48.35%
B = 39.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#3BEBC0 (or 0x3BEBC0) is known color: Turquoise. HEX triplet: 3B, EB and C0. RGB value is (59,235,192). Sum of RGB (Red+Green+Blue) = 59+235+192=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBC0 is #C4143F. Grayscale: #B1B1B1. Windows color (decimal): -12850240 or 12643131. OLE color: 12643131.

HSL color Cylindrical-coordinate representation of color #3BEBC0: hue angle of 165.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBC0 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 235 192 -
CMYK 0.75 0 0.18 0.08
HSL 165.34º 0.81% 0.58% -
HSV(B) 165.34º 0.75% 0.92% -
XYZ 41.03 64.15 60.09 -
YUV 177.47 136.19 43.5 -
System Red Green Blue C M Y K H S L
Decimal 59 235 192 0.75 0 0.18 0.08 165.34 0.81 0.58
Hex 3B EB C0 4B 0 12 8 A5 51 3A
Octal 73 353 300 113 0 22 10 245 121 72
Binary 111011 11101011 11000000 1001011 0 10010 1000 10100101 1010001 111010

Color Harmonies of #3BEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBC0

Black with #3BEBC0

Text Example


Text Example

White with #3BEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,235,192); }

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

background-color css

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

 a { background-color: rgb(59,235,192); }

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

border-color css

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

 span { border-color: rgb(59,235,192); }

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