Html Css Color HEX #3CCBBA Medium Turquoise

📋 copy color: '#3CCBBA'

red 60 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #3CCBBA

Tints of Medium Turquoise #3CCBBA

RGB

 RED value IS 60 (23.83% from 255) = 13.36%

 GREEN value IS 203 (79.69% from 255) = 45.21%

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 13.36%
G = 45.21%
B = 41.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#3CCBBA (or 0x3CCBBA) is known color: Medium Turquoise. HEX triplet: 3C, CB and BA. RGB value is (60,203,186). Sum of RGB (Red+Green+Blue) = 60+203+186=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBBA is #C33445. Grayscale: #9E9E9E. Windows color (decimal): -12792902 or 12241724. OLE color: 12241724.

HSL color Cylindrical-coordinate representation of color #3CCBBA: hue angle of 172.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCBBA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 186 -
CMYK 0.70 0 0.08 0.20
HSL 172.87º 0.58% 0.52% -
HSV(B) 172.87º 0.7% 0.8% -
XYZ 32.08 47.22 53.88 -
YUV 158.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 60 203 186 0.70 0 0.08 0.20 172.87 0.58 0.52
Hex 3C CB BA 46 0 8 14 AD 3A 34
Octal 74 313 272 106 0 10 24 255 72 64
Binary 111100 11001011 10111010 1000110 0 1000 10100 10101101 111010 110100

Color Harmonies of #3CCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBBA

Black with #3CCBBA

Text Example


Text Example

White with #3CCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,203,186); }

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

background-color css

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

 a { background-color: rgb(60,203,186); }

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

border-color css

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

 span { border-color: rgb(60,203,186); }

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