Html Css Color HEX #3BCDCC Medium Turquoise

📋 copy color: '#3BCDCC'

red 59 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #3BCDCC

Tints of Medium Turquoise #3BCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 12.61%
G = 43.8%
B = 43.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#3BCDCC (or 0x3BCDCC) is known color: Medium Turquoise. HEX triplet: 3B, CD and CC. RGB value is (59,205,204). Sum of RGB (Red+Green+Blue) = 59+205+204=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDCC is #C43233. Grayscale: #A1A1A1. Windows color (decimal): -12857908 or 13421883. OLE color: 13421883.

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

Color convert

RGB 59 205 204 -
CMYK 0.71 0 0.00 0.20
HSL 179.59º 0.59% 0.52% -
HSV(B) 179.59º 0.71% 0.8% -
XYZ 34.53 48.95 64.76 -
YUV 161.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 59 205 204 0.71 0 0.00 0.20 179.59 0.59 0.52
Hex 3B CD CC 47 0 0 14 B4 3B 34
Octal 73 315 314 107 0 0 24 264 73 64
Binary 111011 11001101 11001100 1000111 0 0 10100 10110100 111011 110100

Color Harmonies of #3BCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCDCC

Black with #3BCDCC

Text Example


Text Example

White with #3BCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,205,204); }

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

background-color css

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

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

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

border-color css

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

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

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