Html Css Color HEX #3BCECE Medium Turquoise

📋 copy color: '#3BCECE'

red 59 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #3BCECE

Tints of Medium Turquoise #3BCECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 12.53%
G = 43.74%
B = 43.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BCECE (or 0x3BCECE) is known color: Medium Turquoise. HEX triplet: 3B, CE and CE. RGB value is (59,206,206). Sum of RGB (Red+Green+Blue) = 59+206+206=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #3BCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCECE is #C43131. Grayscale: #A1A1A1. Windows color (decimal): -12857650 or 13553211. OLE color: 13553211.

HSL color Cylindrical-coordinate representation of color #3BCECE: hue angle of 180º degrees, saturation: 0.6, 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 #3BCECE is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 206 206 -
CMYK 0.71 0 0 0.19
HSL 180º 0.6% 0.52% -
HSV(B) 180º 0.71% 0.81% -
XYZ 35.02 49.53 66.11 -
YUV 162.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 59 206 206 0.71 0 0 0.19 180 0.6 0.52
Hex 3B CE CE 47 0 0 13 B4 3C 34
Octal 73 316 316 107 0 0 23 264 74 64
Binary 111011 11001110 11001110 1000111 0 0 10011 10110100 111100 110100

Color Harmonies of #3BCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCECE

Black with #3BCECE

Text Example


Text Example

White with #3BCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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