Html Css Color HEX #3BCACB Medium Turquoise

📋 copy color: '#3BCACB'

red 59 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #3BCACB

Tints of Medium Turquoise #3BCACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

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

R = 12.72%
G = 43.53%
B = 43.75%

CMYK

 C value IS 0.71

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3BCACB (or 0x3BCACB) is known color: Medium Turquoise. HEX triplet: 3B, CA and CB. RGB value is (59,202,203). Sum of RGB (Red+Green+Blue) = 59+202+203=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #3BCACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCACB is #C43534. Grayscale: #9F9F9F. Windows color (decimal): -12858677 or 13355579. OLE color: 13355579.

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

Color convert

RGB 59 202 203 -
CMYK 0.71 0.00 0 0.20
HSL 180.42º 0.58% 0.51% -
HSV(B) 180.42º 0.71% 0.8% -
XYZ 33.7 47.48 63.89 -
YUV 159.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 59 202 203 0.71 0.00 0 0.20 180.42 0.58 0.51
Hex 3B CA CB 47 0 0 14 B4 3A 33
Octal 73 312 313 107 0 0 24 264 72 63
Binary 111011 11001010 11001011 1000111 0 0 10100 10110100 111010 110011

Color Harmonies of #3BCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCACB

Black with #3BCACB

Text Example


Text Example

White with #3BCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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