Html Css Color HEX #3BC6CF Medium Turquoise

📋 copy color: '#3BC6CF'

red 59 ◦ green 198 ◦ blue 207

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

Shades of Medium Turquoise #3BC6CF

Tints of Medium Turquoise #3BC6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 12.72%
G = 42.67%
B = 44.61%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BC6CF (or 0x3BC6CF) is known color: Medium Turquoise. HEX triplet: 3B, C6 and CF. RGB value is (59,198,207). Sum of RGB (Red+Green+Blue) = 59+198+207=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BC6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6CF is #C43930. Grayscale: #9D9D9D. Windows color (decimal): -12859697 or 13616699. OLE color: 13616699.

HSL color Cylindrical-coordinate representation of color #3BC6CF: hue angle of 183.65º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC6CF is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 198 207 -
CMYK 0.71 0.04 0 0.19
HSL 183.65º 0.61% 0.52% -
HSV(B) 183.65º 0.71% 0.81% -
XYZ 33.26 45.82 66.12 -
YUV 157.47 155.95 57.77 -
System Red Green Blue C M Y K H S L
Decimal 59 198 207 0.71 0.04 0 0.19 183.65 0.61 0.52
Hex 3B C6 CF 47 4 0 13 B8 3D 34
Octal 73 306 317 107 4 0 23 270 75 64
Binary 111011 11000110 11001111 1000111 100 0 10011 10111000 111101 110100

Color Harmonies of #3BC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC6CF

Black with #3BC6CF

Text Example


Text Example

White with #3BC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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