Html Css Color HEX #3BC6CB Medium Turquoise

📋 copy color: '#3BC6CB'

red 59 ◦ green 198 ◦ blue 203

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

Shades of Medium Turquoise #3BC6CB

Tints of Medium Turquoise #3BC6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 12.83%
G = 43.04%
B = 44.13%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3BC6CB (or 0x3BC6CB) is known color: Medium Turquoise. HEX triplet: 3B, C6 and CB. RGB value is (59,198,203). Sum of RGB (Red+Green+Blue) = 59+198+203=460 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.83% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BC6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6CB is #C43934. Grayscale: #9C9C9C. Windows color (decimal): -12859701 or 13354555. OLE color: 13354555.

HSL color Cylindrical-coordinate representation of color #3BC6CB: hue angle of 182.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC6CB is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 198 203 -
CMYK 0.71 0.02 0 0.20
HSL 182.08º 0.58% 0.51% -
HSV(B) 182.08º 0.71% 0.8% -
XYZ 32.78 45.63 63.58 -
YUV 157.01 153.95 58.09 -
System Red Green Blue C M Y K H S L
Decimal 59 198 203 0.71 0.02 0 0.20 182.08 0.58 0.51
Hex 3B C6 CB 47 2 0 14 B6 3A 33
Octal 73 306 313 107 2 0 24 266 72 63
Binary 111011 11000110 11001011 1000111 10 0 10100 10110110 111010 110011

Color Harmonies of #3BC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC6CB

Black with #3BC6CB

Text Example


Text Example

White with #3BC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,198,203); }

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

background-color css

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

 a { background-color: rgb(59,198,203); }

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

border-color css

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

 span { border-color: rgb(59,198,203); }

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