Html Css Color HEX #3BCACC Medium Turquoise

📋 copy color: '#3BCACC'

red 59 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #3BCACC

Tints of Medium Turquoise #3BCACC

RGB

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

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

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

R = 12.69%
G = 43.44%
B = 43.87%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3BCACC (or 0x3BCACC) is known color: Medium Turquoise. HEX triplet: 3B, CA and CC. RGB value is (59,202,204). Sum of RGB (Red+Green+Blue) = 59+202+204=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BCACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCACC is #C43533. Grayscale: #9F9F9F. Windows color (decimal): -12858676 or 13421115. OLE color: 13421115.

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

Color convert

RGB 59 202 204 -
CMYK 0.71 0.01 0 0.2
HSL 180.83º 0.59% 0.52% -
HSV(B) 180.83º 0.71% 0.8% -
XYZ 33.82 47.53 64.52 -
YUV 159.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 59 202 204 0.71 0.01 0 0.2 180.83 0.59 0.52
Hex 3B CA CC 47 1 0 14 B5 3B 34
Octal 73 312 314 107 1 0 24 265 73 64
Binary 111011 11001010 11001100 1000111 1 0 10100 10110101 111011 110100

Color Harmonies of #3BCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCACC

Black with #3BCACC

Text Example


Text Example

White with #3BCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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