Html Css Color HEX #3BCDCB Medium Turquoise

📋 copy color: '#3BCDCB'

red 59 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #3BCDCB

Tints of Medium Turquoise #3BCDCB

RGB

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

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

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

R = 12.63%
G = 43.9%
B = 43.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#3BCDCB (or 0x3BCDCB) is known color: Medium Turquoise. HEX triplet: 3B, CD and CB. RGB value is (59,205,203). Sum of RGB (Red+Green+Blue) = 59+205+203=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDCB is #C43234. Grayscale: #A0A0A0. Windows color (decimal): -12857909 or 13356347. OLE color: 13356347.

HSL color Cylindrical-coordinate representation of color #3BCDCB: hue angle of 179.18º 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 #3BCDCB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 205 203 -
CMYK 0.71 0 0.01 0.20
HSL 179.18º 0.59% 0.52% -
HSV(B) 179.18º 0.71% 0.8% -
XYZ 34.41 48.9 64.13 -
YUV 161.12 151.63 55.16 -
System Red Green Blue C M Y K H S L
Decimal 59 205 203 0.71 0 0.01 0.20 179.18 0.59 0.52
Hex 3B CD CB 47 0 1 14 B3 3B 34
Octal 73 315 313 107 0 1 24 263 73 64
Binary 111011 11001101 11001011 1000111 0 1 10100 10110011 111011 110100

Color Harmonies of #3BCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCDCB

Black with #3BCDCB

Text Example


Text Example

White with #3BCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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